作者 Your Name

更新

package command
type QueryAssessRemark struct {
ProjectId int `json:"projectId"`
ProjectId int `json:"projectId,string"`
LevelValue string `json:"levelValue"`
Category string `json:"category"`
Name string `json:"name"`
TargetUserId int `json:"targetUserId"`
TargetUserId int `json:"targetUserId,string"`
}
... ...