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