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 }