From d0dbdab4b18efce11a6b1bc5b5560a0fef599a31 Mon Sep 17 00:00:00 2001 From: duhui Date: Thu, 10 Mar 2022 18:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BF=9F=E6=96=97=E6=B3=95=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E8=B6=85=E8=BF=87int=E4=B8=8A=E9=99=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index bc48282..160c572 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -930,7 +930,7 @@ option optimize_for = SPEED; } message CarGrapRecordItem{ - optional int32 time =1; + optional int64 time =1; optional int32 uid =2; optional string content = 3;