添加分隔符
This commit is contained in:
parent
0e4f2bd6fb
commit
0a445e4b06
@ -22,6 +22,7 @@ message RtssGraphicStorage {
|
|||||||
repeated Polygon polygons = 15;
|
repeated Polygon polygons = 15;
|
||||||
repeated TrainWindow trainWindows = 16;
|
repeated TrainWindow trainWindows = 16;
|
||||||
repeated AxleCounting axleCountings = 17;
|
repeated AxleCounting axleCountings = 17;
|
||||||
|
repeated Separator separators = 18;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -233,3 +234,9 @@ message RelatedRef {
|
|||||||
string id = 2; //关联的设备ID
|
string id = 2; //关联的设备ID
|
||||||
DevicePort devicePort = 3; //关联的设备端口
|
DevicePort devicePort = 3; //关联的设备端口
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message Separator { // 分隔符
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
string separatorType = 3;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user