From 002539c8dc7eae6e64da1608245be01a889c061c Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 02 十二月 2023 14:48:14 +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