From ed3d45b189f102249eabd0cb5a0299bc66b0dea6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 18 十二月 2023 21:04:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 proto/purchase_wms.proto |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto
index 57b61a0..c344dfd 100644
--- a/proto/purchase_wms.proto
+++ b/proto/purchase_wms.proto
@@ -20,7 +20,8 @@
 message PurchaseToWmsRequest {
   string Number = 1; //閲囪喘缂栧彿
   string SupplierName = 2; //渚涘簲鍟�
-  repeated PurchaseProduct Product = 3;
+  string Source = 3;//鏉ユ簮
+  repeated PurchaseProduct Product = 4;
 }
 
 message PurchaseToWmsResponse {

--
Gitblit v1.8.0