From 587a787812fa16a17d02fd3ab70e3731fc94e36f Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Thu, 17 Oct 2024 13:48:13 +0800 Subject: [PATCH] =?UTF-8?q?CCTV=E8=AE=BE=E5=A4=87=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/iscs_graphic_data.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iscs_graphic_data.proto b/src/iscs_graphic_data.proto index c491a5f..3ed1301 100644 --- a/src/iscs_graphic_data.proto +++ b/src/iscs_graphic_data.proto @@ -4,7 +4,7 @@ import "common.proto"; package iscsGraphicData; message IscsGraphicStorage { - repeated CCTVOfStationControlStorage cctvOfStationControlStorages = 1; + repeated CCTVOfEquipmentLayoutStorage cctvOfEquipmentLayoutStorages = 1; repeated FASOfPlatformAlarmStorage fasOfPlatformAlarmStorages = 2; } @@ -122,7 +122,7 @@ message TemperatureDetector { } -message CCTVOfStationControlStorage { +message CCTVOfEquipmentLayoutStorage { string stationName = 1; common.Canvas canvas = 2; CommonGraphicStorage commonGraphicStorage = 3;