selection_info_create_param.go 222 B

12345678
  1. package vo
  2. type SelectionInfoCreateParam struct {
  3. EnterpriseId string `json:"enterprise_id"`
  4. SubAccountId int64 `json:"sub_account_id"`
  5. Platform int64 `json:"platform"`
  6. ProductId int64 `json:"product_id"`
  7. }