作者 Your Name

更新

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 }