From f1842bf9b5bb69b5078a215c02cb16b7e33f893a Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 08 一月 2024 14:38:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

---
 proto/product_inventory.proto |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 7da35cb..66cab98 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -14,7 +14,10 @@
   string Address = 3;//鏀惰揣鍦板潃
   string Phone = 4;
   int32 DeliverType = 5;//浜や粯绫诲瀷
-  repeated InventoryProduct ProductList = 6;
+  string Source = 6;
+  int64 ClientId = 7;
+  string ClientName = 8;
+  repeated InventoryProduct ProductList = 9;
 }
 
 message InventoryProduct{
@@ -34,7 +37,7 @@
 }
 
 message ProductInfo{
-  string Id = 1;
+  string Number = 1;
   string Name = 2;
   string OrderAmount = 3;//璁㈠崟鏁伴噺
   string Unit = 4;

--
Gitblit v1.8.0