添加洗车机 车库门

This commit is contained in:
fan 2024-03-08 10:41:46 +08:00
parent 6d3e36dba4
commit e84865e4d2

View File

@ -52,6 +52,8 @@ message RtssGraphicStorage {
repeated OtherLine otherLineList = 42; // 线
repeated IbpBox ibpBoxs = 43; // ibp地图打开按钮
repeated PslBox pslBoxs = 44; // psl地图打开按钮
repeated CarWashing carWashings = 45; //
repeated GarageDoor garageDoors = 46; //
}
message Canvas {
@ -569,6 +571,16 @@ message CurvatureKiloMarker {
string code = 2;
repeated KilometerSystem kilometerSystem = 4; //
}
/** 车库门 */
message GarageDoor {
CommonInfo common = 1;
string code = 2;
}
/** 洗车机 */
message CarWashing {
CommonInfo common = 1;
string code = 2;
}
/** 信标 */
message Beacon {