From 0085ca4d61318b858e54c7e52780c9b7a018fab4 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Wed, 16 Oct 2024 09:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=81=BE=E6=8A=A5=E8=AD=A6=E5=B9=B3?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E6=B7=BB=E5=8A=A0=E5=88=86=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/iscs_graphic_data.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iscs_graphic_data.proto b/src/iscs_graphic_data.proto index 7de01af..df180db 100644 --- a/src/iscs_graphic_data.proto +++ b/src/iscs_graphic_data.proto @@ -124,4 +124,5 @@ message FASOfPlatformAlarmStorage { string stationName = 1; common.Canvas canvas = 2; CommonGraphicStorage commonGraphicStorage = 3; + string partition = 4; // 分区 }