schangxiang@126.com
2025-09-17 c0e20b1b0f1298cdc0af0037d60e74d51e364501
LA24030_LuLiPackageLine_Wms/Admin.NET.Application/CommonHelper/SysHelper.cs
@@ -5,6 +5,28 @@
    /// </summary>
    public class SysHelper
    {
        /// <summary>
        /// 获取设备报警的db地址
        /// </summary>
        /// <param name="_DeviceAreaCode"></param>
        /// <returns></returns>
        /// <exception cref="Exception"></exception>
        public static string GetDBForDeviceWarning(string _DeviceAreaCode)
        {
            switch (_DeviceAreaCode)
            {
                case "分拣区":
                    return "5000";
                case "码包区":
                    return "5001";
                case "合包区":
                    return "5002";
                case "封箱区":
                    return "5003";
                default:
                    throw new Exception("不支持的区域");
            }
        }
        ///// <summary>
        ///// 获取登录人的昵称