package command

type CancelAttentionCommand struct {
	TaskId    int `json:"taskId,string"`
	UserId    int `json:"-"`
	CompanyId int `json:"-"`
}