From a8914a16b23e93f6bfd12bcfd5cbe8b24cf7eb84 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 07 四月 2024 21:49:01 +0800
Subject: [PATCH] 发货支持仓库传参

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

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index c789fa7..b8d0e9b 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -120,6 +120,7 @@
 message OrderProductOutputRequest {
   string OrderNumber = 1;//鏄庣粏鍗曠紪鐮�
   repeated OutputProduct Products= 2;//鍙戣揣鏄庣粏
+  int64    warehouseId = 3;//鍙戣揣浠撳簱ID
 }
 
 message OrderProductOutputResponse {

--
Gitblit v1.8.0