From f6558cdc94769ede8ee2f9ffa5224ba6811b8cf5 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 25 十一月 2023 17:57:44 +0800 Subject: [PATCH] 推送wms修改 --- 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