From 254bfe0c2b385517ab3a60952845bb0ab35d1bf3 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 08 一月 2024 17:55:18 +0800
Subject: [PATCH] 产品获取登录用户信息
---
proto/product_inventory.proto | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/proto/product_inventory.proto b/proto/product_inventory.proto
index 4c6552f..66cab98 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{
@@ -35,7 +37,7 @@
}
message ProductInfo{
- string Id = 1;
+ string Number = 1;
string Name = 2;
string OrderAmount = 3;//璁㈠崟鏁伴噺
string Unit = 4;
--
Gitblit v1.8.0