get_select.go 213 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 package command type GetSelcetCommand struct { Cmd string `json:"cmd"` // 任务名称,负责人,优先级 UserId int `json:"-"` //当前用户id CompanyId int `json:"-"` //当前公司id }