作者 Your Name

更新

... ... @@ -117,6 +117,7 @@ func (d *RewardSumaryDao) SeachRewardUpToStandard(companyId int, orgId int, reco
// 功过看板-异常
type RewardAccident struct {
Id string `json:"id"`
RecordDateStr string `json:"record_date_str"`
SectionName string `json:"sectionName"` //工段名称
WorkerName string `json:"workerName"` //员工名称
... ...