add uid
parent
919584a8d2
commit
22116b4247
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue