teambuying_search_param.go 134 B

123456
  1. package vo
  2. type TeamBuyingSearchParam struct {
  3. TeamBuyingId int64 `json:"team_buying_id"`
  4. //StoreId int64 `json:"store_id"`
  5. }