selection_show_data_param.go 338 B

12345678910
  1. package vo
  2. type SelectionShowDataParam struct {
  3. SelectionId string `json:"selection_id"`
  4. EnterpriseId string `json:"enterprise_id"`
  5. SubAccountId int64 `json:"sub_account_id"`
  6. Type int64 `json:"type"` // 1近七天 2近30天 3近90天 4自然月
  7. Page int64 `json:"page"`
  8. PageSize int64 `json:"page_size"`
  9. }