新的proto id变更

This commit is contained in:
tiger_zhou 2023-12-19 16:19:45 +08:00
parent fa88eaa429
commit 2de479ce4b

View File

@ -7,16 +7,16 @@ option java_outer_classname = "DeviceInfoProto";
// //
message Section { message Section {
string id = 1; uint32 id = 1;
// //
string code = 2; string code = 2;
// //
repeated string childrenId = 3; repeated uint32 childrenId = 3;
// Id // Id
string physicalSectionId = 4; uint32 physicalSectionId = 4;
// //
string destinationCode = 5; string destinationCode = 5;
@ -28,7 +28,7 @@ message Section {
// //
message Turnout { message Turnout {
string id = 1; uint32 id = 1;
string code = 2; string code = 2;