From f1842bf9b5bb69b5078a215c02cb16b7e33f893a Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 08 一月 2024 14:38:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm

---
 proto/product.proto |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/proto/product.proto b/proto/product.proto
index 559ca32..0cb50ec 100644
--- a/proto/product.proto
+++ b/proto/product.proto
@@ -49,14 +49,8 @@
 
 //-------------------------------------------------------------
 
-message Info {
-  string ProductId = 1;
-  string StartTime = 2;
-  string EndTime = 3;
-}
-
 message GetProductOrderRequest {
-  repeated Info Params = 1;
+  string SalesDetailsNumber= 1;
 }
 
 message WorkOrderInfo{
@@ -69,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