Commit 91a5208dc06bfcf81a2df4e663a3bd8428c5bef6

Authored by zhangqijia
2 parents 0993c6c3 d5c1b355

Merge branch 'master' of 120.26.43.151:zhangqijia/Pro2dProtoBuffers

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
models.proto
... ... @@ -10,12 +10,12 @@ message LogConf {
10 10 string ucode = 3;
11 11 string key1 = 4;
12 12 string key2 = 6;
13   - string text= 7;
14   - int32 short1= 8;
15   - string int1= 9;
16   - string int2= 10;
17   - int64 long1= 11;
18   - float float1= 12;
  13 + string text = 7;
  14 + int32 short1 = 8;
  15 + string int1 = 9;
  16 + string int2 = 10;
  17 + int64 long1 = 11;
  18 + float float1 = 12;
19 19  
20 20 int64 cint1 = 13;
21 21 int64 cint2 = 14;
... ...