From 389dffb0b6218f05277b8755bb82b61b6a316528 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 14 三月 2024 20:06:13 +0800
Subject: [PATCH] 按仓库返回销售明细单对应产品完成入库且可用数量

---
 proto/product_inventory.proto |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 981011c..5fccbbd 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -35,6 +35,8 @@
 message GetInventoryProductInfoRequest {
   string Number = 1;//鏄庣粏鍗曠紪鐮�
   bool   GroupByWarehouse = 2; //鏄惁鎸変粨搴撳垎缁�
+  bool   IsOutput = 3; //鏌ュ嚭搴�
+  bool   IsInput = 4; //鏌ュ叆搴�
 }
 
 message ProductInfo{

--
Gitblit v1.8.0