CCTV设备布局图

This commit is contained in:
joylink_zhaoerwei 2024-10-17 13:48:13 +08:00
parent c3ebea56bd
commit 587a787812

View File

@ -4,7 +4,7 @@ import "common.proto";
package iscsGraphicData; package iscsGraphicData;
message IscsGraphicStorage { message IscsGraphicStorage {
repeated CCTVOfStationControlStorage cctvOfStationControlStorages = 1; repeated CCTVOfEquipmentLayoutStorage cctvOfEquipmentLayoutStorages = 1;
repeated FASOfPlatformAlarmStorage fasOfPlatformAlarmStorages = 2; repeated FASOfPlatformAlarmStorage fasOfPlatformAlarmStorages = 2;
} }
@ -122,7 +122,7 @@ message TemperatureDetector {
} }
message CCTVOfStationControlStorage { message CCTVOfEquipmentLayoutStorage {
string stationName = 1; string stationName = 1;
common.Canvas canvas = 2; common.Canvas canvas = 2;
CommonGraphicStorage commonGraphicStorage = 3; CommonGraphicStorage commonGraphicStorage = 3;