selection_reward_cash_param.go 335 B

1234567891011
  1. package vo
  2. type SelectionRewardCashParam struct {
  3. SelectionId string `json:"selection_id"`
  4. EnterpriseId string `json:"enterprise_id"`
  5. SubAccountId int64 `json:"sub_account_id"`
  6. Nickname string `json:"nickname"`
  7. Order int64 `json:"order"`
  8. Page int `json:"page"`
  9. PageSize int `json:"page_size"`
  10. }