selection_info_create_param.go 177 B

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