添加分隔符

This commit is contained in:
dong 2023-06-29 16:25:05 +08:00
parent 0e4f2bd6fb
commit 0a445e4b06

View File

@ -22,6 +22,7 @@ message RtssGraphicStorage {
repeated Polygon polygons = 15;
repeated TrainWindow trainWindows = 16;
repeated AxleCounting axleCountings = 17;
repeated Separator separators = 18;
}
message Canvas {
@ -233,3 +234,9 @@ message RelatedRef {
string id = 2; //ID
DevicePort devicePort = 3; //
}
message Separator { //
CommonInfo common = 1;
string code = 2;
string separatorType = 3;
}