From 734f49c3f74e4a46cfb5892ce60dbf1bb86e74ab Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 22 七月 2025 19:14:39 +0800
Subject: [PATCH] 出入库流程

---
 WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationOccupiedEnum.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/AreaInfo.cs b/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationOccupiedEnum.cs
similarity index 66%
rename from WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/AreaInfo.cs
rename to WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationOccupiedEnum.cs
index 2f52e30..fb9f974 100644
--- a/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/AreaInfo.cs
+++ b/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/StationOccupiedEnum.cs
@@ -6,10 +6,10 @@
 
 namespace WIDESEAWCS_Common
 {
-    public enum AreaInfo
+    public enum StationOccupiedEnum
     {
-        CLOutAreaA,
-        CLOutAreaB,
-        CLOutAreaC
+
+        None,
+        Sure
     }
 }

--
Gitblit v1.9.3