新的proto id变更
This commit is contained in:
parent
fa88eaa429
commit
2de479ce4b
@ -7,16 +7,16 @@ option java_outer_classname = "DeviceInfoProto";
|
||||
|
||||
// 区段
|
||||
message Section {
|
||||
string id = 1;
|
||||
uint32 id = 1;
|
||||
|
||||
// 区段编码
|
||||
string code = 2;
|
||||
|
||||
// 关联区段
|
||||
repeated string childrenId = 3;
|
||||
repeated uint32 childrenId = 3;
|
||||
|
||||
// 物理区段Id
|
||||
string physicalSectionId = 4;
|
||||
uint32 physicalSectionId = 4;
|
||||
|
||||
// 目的地码
|
||||
string destinationCode = 5;
|
||||
@ -28,7 +28,7 @@ message Section {
|
||||
// 道岔
|
||||
message Turnout {
|
||||
|
||||
string id = 1;
|
||||
uint32 id = 1;
|
||||
|
||||
string code = 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user