package command // type UpdateBusinessBonusCommand struct { // Id int64 `json:"id"` // Bonus float64 `json:"bonus"` // BonusStatus int8 `json:"bonusStatus"` // CompanyId int64 `json:"companyId"` // } // func (cmd UpdateBusinessBonusCommand) ValidateCommand() error { // return nil // }