From 28d04b70a786c5084ddceb12f6cc34b5702e0d36 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 22 十二月 2023 10:34:41 +0800 Subject: [PATCH] 销售明细获取采购单 --- proto/product.proto | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/proto/product.proto b/proto/product.proto index 9022c7f..0cb50ec 100644 --- a/proto/product.proto +++ b/proto/product.proto @@ -63,8 +63,17 @@ string EndTime = 7; } +message CrmGetPurchaseInfo { + string PurchaseNumber = 1; + string PurchaseName = 2; + string SupplierName = 3; + int64 Amount = 4; + int64 Status = 5; +} + message GetProductOrderResponse{ int32 Code = 1; string Msg = 2; - repeated WorkOrderInfo List = 3; + repeated WorkOrderInfo List = 3;//鍒堕�犱俊鎭� + repeated CrmGetPurchaseInfo PurchaseList = 4;//閲囪喘淇℃伅 } \ No newline at end of file -- Gitblit v1.8.0