From 0fe9cf3173776fa4539a0719d45fc3fff3849f4c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 27 十一月 2023 14:35:18 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- proto/purchase_wms.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto index 213f11b..57b61a0 100644 --- a/proto/purchase_wms.proto +++ b/proto/purchase_wms.proto @@ -26,6 +26,7 @@ message PurchaseToWmsResponse { int32 code = 1; string message = 2; + string Warehouse = 3; } //------------------------------------------------UpdatePurchaseStatus------------------------------------- -- Gitblit v1.8.0