From 0fd3231799d9185af352dcbc4f8e14df5e0f0233 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 22 三月 2024 10:53:38 +0800
Subject: [PATCH] 采购单到货与质检信息操作

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

diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto
index 5c9c5cf..0ac4a1b 100644
--- a/proto/purchase_wms.proto
+++ b/proto/purchase_wms.proto
@@ -23,9 +23,11 @@
 
 message PurchaseToWmsRequest {
   string Number = 1; //閲囪喘缂栧彿
-  string SupplierName = 2; //渚涘簲鍟�
+  string SupplierName = 2; //渚涘簲鍟嗗悕绉�
   string Source = 3;//鏉ユ簮
-  repeated PurchaseProduct Product = 4;
+  int64 SupplierId = 4;//渚涘簲鍟唅d
+  string WarehouseName = 5;//浠撳簱鍚嶇О
+  repeated PurchaseProduct Product = 6;
 }
 
 message PurchaseToWmsResponse {

--
Gitblit v1.8.0