正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
1 | package command | 1 | package command |
2 | 2 | ||
3 | type QueryAssessRemark struct { | 3 | type QueryAssessRemark struct { |
4 | - ProjectId int `json:"projectId"` | 4 | + ProjectId int `json:"projectId,string"` |
5 | LevelValue string `json:"levelValue"` | 5 | LevelValue string `json:"levelValue"` |
6 | Category string `json:"category"` | 6 | Category string `json:"category"` |
7 | Name string `json:"name"` | 7 | Name string `json:"name"` |
8 | - TargetUserId int `json:"targetUserId"` | 8 | + TargetUserId int `json:"targetUserId,string"` |
9 | } | 9 | } |
-
请 注册 或 登录 后发表评论