修改fire_alarm数据

This commit is contained in:
joylink_fanyuhong 2024-09-14 15:32:42 +08:00
parent 62dc244c92
commit 2b9a6287fb

View File

@ -3,21 +3,8 @@ import "iscs_graphic_data.proto";
package FireAlarmGraphicData;
message CCTVGraphicStorage {
message FireAlarmGraphicStorage {
iscsGraphicData.Canvas canvas = 1;
repeated iscsGraphicData.Arrow arrows = 2;
repeated iscsGraphicData.IscsText iscsTexts = 3;
}
/** CCTV按钮 */
message CCTVButton {
enum ButtonType {
rect = 0;
monitor = 1; //
semicircle = 2; //
}
iscsGraphicData.CommonInfo common = 1;
string code = 2;
ButtonType buttonType = 3;
}