get_all_teambuying_param.go 240 B

12345678
  1. package vo
  2. type GetAllTeamBuyingParam struct {
  3. StoreId int64 `json:"store_id"`
  4. TeamBuyingTitle string `json:"team_buying_title"` // 团购标题
  5. Page int `json:"page"`
  6. PageSize int `json:"page_size"`
  7. }