From bbddf859d68535a0764690bf56e191fc081fcc61 Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ISCS=E9=A3=8E=E6=A0=BCenum?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/common.proto b/src/common.proto index 6e1b90f..fda9a35 100644 --- a/src/common.proto +++ b/src/common.proto @@ -76,6 +76,13 @@ enum DataType { DataType_Iscs = 4; } +enum IscsStyle { + // 未知 + IscsStyle_Unknown = 0; + // 达实智能(福州一号线) + DaShiZhiNeng = 1; +} + // 功能特性类型 enum FeatureType { // 未知