From ac0318fc8120bb1452220fd8e586b8e04a1df26a Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 14 三月 2024 11:55:22 +0800 Subject: [PATCH] crm查询采购单 --- proto/purchase_wms.proto | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/proto/purchase_wms.proto b/proto/purchase_wms.proto index 53a995e..5c9c5cf 100644 --- a/proto/purchase_wms.proto +++ b/proto/purchase_wms.proto @@ -90,6 +90,11 @@ string supplierName = 3; int64 amount = 4; int64 status = 5; + string productName = 6; + string productId = 7; + string specs = 8;//鐗╂枡瑙勬牸 + string unit = 9;//鍗曚綅 + int64 finishAmount = 10;//瀹屾垚鏁伴噺 } message GetPurchaseInfoResponse { -- Gitblit v1.8.0