From ae4076a20e4b93703028dc1af321f6920290375f Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 10 十一月 2023 21:29:35 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm --- proto/product.proto | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/proto/product.proto b/proto/product.proto index c75cf26..559ca32 100644 --- a/proto/product.proto +++ b/proto/product.proto @@ -51,7 +51,8 @@ message Info { string ProductId = 1; - string Time = 2; + string StartTime = 2; + string EndTime = 3; } message GetProductOrderRequest { -- Gitblit v1.8.0