package vo type SelectionRewardCashParam struct { SelectionId string `json:"selection_id"` EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` Nickname string `json:"nickname"` Order int64 `json:"order"` Page int `json:"page"` PageSize int `json:"page_size"` }