审查视图

pkg/application/task/command/run_task.go 112 字节
tangxvhui authored
1 2
package command
tangxvhui authored
3
type RunTaskCommand struct {
tangxvhui authored
4
	TaskId    int `json:"taskId,string"`
tangxvhui authored
5 6
	CompanyId int `json:"-"`
}