正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -117,6 +117,7 @@ func (d *RewardSumaryDao) SeachRewardUpToStandard(companyId int, orgId int, reco | @@ -117,6 +117,7 @@ func (d *RewardSumaryDao) SeachRewardUpToStandard(companyId int, orgId int, reco | ||
117 | 117 | ||
118 | // 功过看板-异常 | 118 | // 功过看板-异常 |
119 | type RewardAccident struct { | 119 | type RewardAccident struct { |
120 | + Id string `json:"id"` | ||
120 | RecordDateStr string `json:"record_date_str"` | 121 | RecordDateStr string `json:"record_date_str"` |
121 | SectionName string `json:"sectionName"` //工段名称 | 122 | SectionName string `json:"sectionName"` //工段名称 |
122 | WorkerName string `json:"workerName"` //员工名称 | 123 | WorkerName string `json:"workerName"` //员工名称 |
-
请 注册 或 登录 后发表评论