From ed81fc8d860adb66676d4990e4ce0ff56cff79a6 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 22 十一月 2023 19:48:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 request/location_product.go |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/request/location_product.go b/request/location_product.go
index b0e3320..f5f71c5 100644
--- a/request/location_product.go
+++ b/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
+}

--
Gitblit v1.8.0