From a1b9a3f4876756a06df9e1e6744da07d7562a203 Mon Sep 17 00:00:00 2001 From: loujiachen <839838859@qq.com> Date: Thu, 16 Jun 2022 17:18:54 +0800 Subject: [PATCH] 添加空格以供正确识别 --- models.proto | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/models.proto b/models.proto index d8892e2..b228e5e 100644 --- a/models.proto +++ b/models.proto @@ -10,12 +10,12 @@ message LogConf { string ucode = 3; string key1 = 4; string key2 = 6; - string text= 7; - int32 short1= 8; - string int1= 9; - string int2= 10; - int64 long1= 11; - float float1= 12; + string text = 7; + int32 short1 = 8; + string int1 = 9; + string int2 = 10; + int64 long1 = 11; + float float1 = 12; int64 cint1 = 13; int64 cint2 = 14; -- libgit2 0.21.2