package command type MarkTaskAnomalyCommand struct { Id int `json:"id,string"` //异常记录id CompanyId int `json:"-"` UserId int `json:"-"` MarkType string `json:"markType"` //a:去更新,b:去反馈,c:去找上级,d:去辅导 }