刘磊
2024-12-04 edb23a1c8d21b5431631e511e64a25e4517b0894
分容火警出库,分容空框出库
已添加1个文件
22 ■■■■■ 文件已修改
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Common/StationManager/StationManager.cs
对比新文件
@@ -0,0 +1,22 @@
锘縰sing System;
using System.Collections.Generic;
using System.Text;
namespace WIDESEA_Common
{
    /// <summary>
    /// 绔欏彴绠$悊
    /// </summary>
    public enum StationManager
    {
        Inbound = 1,
        Outbound,
        AbnormalStation,
        NGTakeStation,
        NGPutStation,
        EmptyInbound,
        EmptyOutbound,
        FireStation
    }
}