From 254b140b88bc4bd545292aec4499107db0912be0 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 21 十二月 2023 14:40:55 +0800 Subject: [PATCH] crm出库单添加用户信息 --- 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