cctv加分层

This commit is contained in:
joylink_zhaoerwei 2024-10-17 14:50:02 +08:00
parent 587a787812
commit cf2e52a1e0
1 changed files with 6 additions and 0 deletions

View File

@ -123,9 +123,15 @@ message TemperatureDetector {
}
message CCTVOfEquipmentLayoutStorage {
enum LayerType {
StationHall = 0; //
platform = 1; //
PTZ = 2; //
}
string stationName = 1;
common.Canvas canvas = 2;
CommonGraphicStorage commonGraphicStorage = 3;
LayerType layer = 4; //
}
message FASOfPlatformAlarmStorage {