jiangshuai
2023-11-03 68200e7e7ac1cfd021b8b37a92b7ab8eb11c759e
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
}