From c4b9d130cb0aa98f4b65a987b11fc5c2bea3a1c7 Mon Sep 17 00:00:00 2001
From: yinbentan <yinbentan@live.com>
Date: 星期三, 03 七月 2024 10:37:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jialian' into jialian

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

diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto
index 7cd884c..41044ef 100644
--- a/proto/purchase_wms.proto
+++ b/proto/purchase_wms.proto
@@ -31,6 +31,7 @@
   string WarehouseName = 5;//浠撳簱鍚嶇О
   repeated PurchaseProduct Product = 6;
   OperationSource OperationSource = 7;
+  string SalesDetailsNumber = 8;
 }
 
 message PurchaseToWmsResponse {
@@ -133,6 +134,8 @@
 //--------------------------------------------------SrmGetOperationInfo---------------------------------------
 message SrmGetOperationInfoRequest{
   string number = 1;
+  OperationSource OperationSource = 2;
+  string SalesDetailsNumber = 3;
 }
 
 message SrmOperation{

--
Gitblit v1.8.0