zhangqian
2024-07-01 73b6baf6af3d88cdcb0e2df7932a9bd96b0b85c5
request/location_product.go
@@ -18,3 +18,9 @@
   AreaId            int               `json:"areaId"`            //区域id
   RuleType          constvar.RuleType `json:"ruleType"`          //上架规则类型 1:产品类型;2:产品类别类型
}
type QueryLocationProductConditon struct {
   PageInfo
   ProductId         string `json:"productId"`         //产品id
   ProductCategoryId int    `json:"productCategoryId"` //产品种类id
}