From b6837f097e9cdb2645368aed4ddb03f580c331e4 Mon Sep 17 00:00:00 2001
From: z8018 <1282578289@qq.com>
Date: 星期一, 05 五月 2025 17:29:07 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LightStatusStorage.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LightStatusStorage.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LightStatusStorage.cs"
index 35e8c06..d4362a9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LightStatusStorage.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LightStatusStorage.cs"
@@ -9,6 +9,10 @@
     public class LightStatusStorage
     {
         public static Dictionary<string, LightStatusEnum> LightStatusDic = new();
+
+        public static Dictionary<string, bool> StationStautsDic = new();
+
+        public static Dictionary<string, bool> StationReleaseDic = new();
     }
 
     public class LightStatus

--
Gitblit v1.9.3