bas自动扶梯

This commit is contained in:
joylink_zhaoerwei 2024-10-21 18:02:06 +08:00
parent cf2e52a1e0
commit 236252fc0f
1 changed files with 22 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package iscsGraphicData;
message IscsGraphicStorage {
repeated CCTVOfEquipmentLayoutStorage cctvOfEquipmentLayoutStorages = 1;
repeated FASOfPlatformAlarmStorage fasOfPlatformAlarmStorages = 2;
repeated BASOfEscalatorStorage basOfEscalatorStorages = 3;
}
message UniqueIdOfStationLayout {
@ -122,6 +123,27 @@ message TemperatureDetector {
}
message BASOfEscalatorStorage {
string stationName = 1;
common.Canvas canvas = 2;
CommonGraphicStorage commonGraphicStorage = 3;
repeated Escalator escalators = 4;
repeated VerticalElevator verticalElevator = 5;
}
//
message Escalator {
common.CommonInfo common = 1;
string code = 2;
}
//
message VerticalElevator {
common.CommonInfo common = 1;
string code = 2;
}
message CCTVOfEquipmentLayoutStorage {
enum LayerType {
StationHall = 0; //