CC/iWareCC_ASRS/Common/Helper/PlcHelper.cs
@@ -31,7 +31,8 @@ /// <returns></returns> public static string GetModeName(short mode) { switch (mode) { switch (mode) { case 1: return "手动模式"; case 2: @@ -65,7 +66,7 @@ case 4: return "警告信息"; default: return "未知"; return "无"; } } }