刘磊
2025-06-09 8f6a1e8a01a518a384d22f0f773459be744a2a4d
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel;
namespace WIDESEA_Core.Enums
{
@@ -71,6 +66,12 @@
        /// </summary>
        [Description("无货禁用")]
        FreeDisable = 4,
        /// <summary>
        /// 预分配
        /// </summary>
        [Description("预分配")]
        Distribute = 5,
    }
    public enum LocationState
@@ -88,10 +89,25 @@
        NotAllow = 2
    }
    public enum LocationType
    {
        /// <summary>
        /// 单深货位
        /// </summary>
        [Description("单深货位")]
        Single = 1,
        /// <summary>
        /// 双深货位
        /// </summary>
        [Description("双深货位")]
        Double = 2
    }
    #region 任务类型
    /// <summary>
    /// 任务类型
    /// 任务类型
    /// </summary>
    public enum TaskInboundTypeEnum
@@ -169,13 +185,19 @@
        /// NG出库
        /// </summary>
        [Description("NG出库")]
        OutNG =105,
        OutNG = 105,
        /// <summary>
        /// 直接出库
        /// </summary>
        [Description("直接出库")]
        InToOut = 106,
        /// <summary>
        /// 火警出库
        /// </summary>
        [Description("火警出库")]
        OutFireAlarm = 500,
    }
    public enum TaskRelocationTypeEnum
@@ -196,6 +218,7 @@
    public enum TaskOtherTypeEnum
    {
    }
    public enum TaskTypeEnum
    {
        /// <summary>
@@ -256,7 +279,7 @@
        /// <summary>
        /// 库外移库
        /// </summary>
        RelocationOut = 302
        RelocationOut = 302,
    }
    #endregion 任务类型