zhangqian
2024-06-20 9557600da7a76df72ea6a1984340331577e88cb3
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
}