xiazhengtongxue
2026-03-16 406b8d784a1a18349204dbc18a23e4797e04e476
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/EnableStatusEnum.cs
@@ -17,23 +17,11 @@
        /// </summary>
        [Description("姝e父")]
        Normal = 0,
        /// <summary>
        /// 鍙叆
        /// </summary>
        [Description("鍙叆")]
        OnlyIn = 1,
        /// <summary>
        /// 鍙嚭
        /// </summary>
        [Description("鍙嚭")]
        OnlyOut = 2,
        /// <summary>
        /// 绂佺敤
        /// </summary>
        [Description("绂佺敤")]
        Disable = 3
        Disable = 1
    }
}