master_huanxiang
wangyuan 2020-05-08 15:30:31 +08:00
parent 919584a8d2
commit 22116b4247
1 changed files with 3 additions and 1 deletions

View File

@ -782,6 +782,8 @@ option optimize_for = SPEED;
message CarGrapRecordItem{
optional int32 time =1;
optional string content = 2;
optional int32 uid =2;
optional string content = 3;
}