正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -17,7 +17,7 @@ type ExportUserAssess2Commad struct { | @@ -17,7 +17,7 @@ type ExportUserAssess2Commad struct { | ||
17 | 17 | ||
18 | type StaffAsessSelfCountLevel struct { | 18 | type StaffAsessSelfCountLevel struct { |
19 | CompanyId int `cname:"公司ID" json:"-"` | 19 | CompanyId int `cname:"公司ID" json:"-"` |
20 | - TargetUserId int `json:"targetUserId"` | 20 | + TargetUserId int `json:"targetUserId,string"` |
21 | ProjectId int `json:"projectId,string"` | 21 | ProjectId int `json:"projectId,string"` |
22 | CycleId int `cname:"周期ID" json:"cycleId,string"` | 22 | CycleId int `cname:"周期ID" json:"cycleId,string"` |
23 | } | 23 | } |
-
请 注册 或 登录 后发表评论