get_all_product_param.go 211 B

12345678
  1. package vo
  2. type GetAllProductParam struct {
  3. EnterpriseId string `json:"enterprise_id"`
  4. SubAccountId int64 `json:"sub_account_id"`
  5. Page int `json:"page"`
  6. PageSize int `json:"page_size"`
  7. }