mark_task_anomaly.go 257 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 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:去辅导 }