From a10d59528a36dc5a1fbe4d9caa6b4abf25ab828c Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 12 一月 2024 10:49:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS
---
request/location_product.go | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/request/location_product.go b/request/location_product.go
index feccc4f..f5f71c5 100644
--- a/request/location_product.go
+++ b/request/location_product.go
@@ -1,16 +1,26 @@
package request
+import "wms/constvar"
+
type AddLocationProduct struct {
- LocationId int `json:"locationId"` //浣嶇疆id
- ProductId string `json:"productId"` //浜у搧id
- ProductCategoryId int `json:"productCategoryId"` //浜у搧绉嶇被id
- AreaId int `json:"areaId"` //鍖哄煙id
+ LocationId int `json:"locationId"` //浣嶇疆id
+ ProductId string `json:"productId"` //浜у搧id
+ ProductCategoryId int `json:"productCategoryId"` //浜у搧绉嶇被id
+ AreaId int `json:"areaId"` //鍖哄煙id
+ RuleType constvar.RuleType `json:"ruleType"` //涓婃灦瑙勫垯绫诲瀷 1锛氫骇鍝佺被鍨嬶紱2锛氫骇鍝佺被鍒被鍨�
}
type UpdateLocationProduct struct {
- Id int `json:"id"`
- LocationId int `json:"locationId"` //浣嶇疆id
+ Id int `json:"id"`
+ LocationId int `json:"locationId"` //浣嶇疆id
+ ProductId string `json:"productId"` //浜у搧id
+ ProductCategoryId int `json:"productCategoryId"` //浜у搧绉嶇被id
+ 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
- AreaId int `json:"areaId"` //鍖哄煙id
}
--
Gitblit v1.8.0