From dd97f2626579ca8be69b9b6d68ce9d592b62eb6a Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 22 十二月 2023 15:03:26 +0800
Subject: [PATCH] 使用系统设置修改
---
proto/product_inventory.proto | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 4c6552f..d3d00ca 100644
--- a/proto/product_inventory.proto
+++ b/proto/product_inventory.proto
@@ -15,7 +15,9 @@
string Phone = 4;
int32 DeliverType = 5;//浜や粯绫诲瀷
string Source = 6;
- repeated InventoryProduct ProductList = 7;
+ int64 ClientId = 7;
+ string ClientName = 8;
+ repeated InventoryProduct ProductList = 9;
}
message InventoryProduct{
--
Gitblit v1.8.0