From 5b8f003464bd55678862534232228f61745ffafe Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 15 十二月 2023 11:05:35 +0800
Subject: [PATCH] 提示信息修改
---
proto/product.proto | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/proto/product.proto b/proto/product.proto
index 559ca32..9022c7f 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{
--
Gitblit v1.8.0