From bddb28af73aeaca9b79dca3bf16ef162bdf024c0 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 11 Sep 2019 11:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=AC=A1=E5=88=B7=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 2fa004a..49d0ddd 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -46,6 +46,7 @@ option optimize_for = SPEED; optional int32 itemId = 1; optional int32 itemNum = 2; optional int32 endingTime = 3; + optional int32 nextFlushTime = 4; //下次刷新时间 0 不刷新 }