From 9ec9a4987cb5fe4a3bd39d61029add5c51d3ab92 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 02 十二月 2023 11:00:26 +0800 Subject: [PATCH] 添加来源 --- 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