From 518b81edee9001cd6455ec5c212851d901471e76 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 26 十二月 2023 09:48:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- 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