From da621f474d28ab041dcf258142eddb506100a8ce Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 31 七月 2024 16:28:37 +0800
Subject: [PATCH] 出入库明细支持动态多单位
---
request/location_product_amount.go | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/request/location_product_amount.go b/request/location_product_amount.go
index 9b1a386..63c3243 100644
--- a/request/location_product_amount.go
+++ b/request/location_product_amount.go
@@ -38,3 +38,11 @@
ProductId string `json:"productId"` //浜у搧id
LocationProductAmountId int `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id
}
+
+type GetLocationProductList struct {
+ PageInfo
+ Keyword string `json:"keyword"`
+ WarehouseId int `json:"warehouseId"`
+ LocationId int `json:"locationId"`
+ CategoryIds []int `json:"categoryIds"`
+}
--
Gitblit v1.8.0