From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs | 45 ++++++++-------------------------------------
1 files changed, 8 insertions(+), 37 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
index 38f95f3..bb85f51 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
@@ -7,56 +7,27 @@
/// <summary>
/// 绔欏彴绠$悊
/// </summary>
- public enum StationManager
+ public enum stationType
{
/// <summary>
- /// 鍏ュ簱鍙�
+ /// 涓嬫枡
/// </summary>
Inbound = 1,
/// <summary>
- /// 鍑哄簱鍙�
+ /// 涓婃枡
/// </summary>
- Outbound,
+ Outbound=2,
/// <summary>
- /// 鍒嗗鍑哄簱娈碉紙寮傚父鎺掑嚭鍙o級
+ /// 绌烘墭涓嬫枡
/// </summary>
- AbnormalOutStation, //鍒嗗鍑哄簱娈碉紙寮傚父鎺掑嚭鍙o級
+ EmptyInbound = 3,
/// <summary>
- /// NG宸ョ珯鏀炬枡鍙�
+ /// 绌烘墭涓婃枡
/// </summary>
- NGPutStation,
-
- /// <summary>
- /// NG宸ョ珯鍙栨枡鍙�
- /// </summary>
- NGTakeStation,
-
- /// <summary>
- /// 绌烘鍏ュ簱鍙�
- /// </summary>
- EmptyInbound,
-
- /// <summary>
- /// 绌烘鍑哄簱鍙�
- /// </summary>
- EmptyOutbound,
-
-
-
-
- /// <summary>
- /// 寮傚父鎺掑嚭鍙�(鍏ュ簱娈�) --鍒嗗鍏ュ簱娈�
- /// </summary>
- AbnormalInStation = 15,
-
- /// <summary>
- /// 娑堥槻绔欏彴
- /// </summary>
- FireStation = 100,
-
+ EmptyOutbound = 4,
}
}
--
Gitblit v1.9.3