From 8e97fa97a429e4587e7922724f633ccbd95e17a1 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 12 十二月 2023 13:31:30 +0800
Subject: [PATCH] 新增业务接口

---
 IStation.Service.SZJT/0-core/Flags.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/IStation.Service.SZJT/0-core/Flags.cs b/IStation.Service.SZJT/0-core/Flags.cs
index 92e46d4..a3a54e6 100644
--- a/IStation.Service.SZJT/0-core/Flags.cs
+++ b/IStation.Service.SZJT/0-core/Flags.cs
@@ -9,5 +9,10 @@
         /// 
         /// </summary>
         public const string 榛樿 = "榛樿";
+
+        /// <summary>
+        /// 
+        /// </summary>
+        public const string KPI = "KPI";
     }
 }

--
Gitblit v1.9.3