package query

type GetBusinessBonusQuery struct {
	Id        int64 `json:"id"`
	CompanyId int64 `json:"companyId"`
}