From 93370f87a441e83c01ae615cd03975113313684b Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 10 9月 2024 09:25:40 +0800 Subject: [PATCH] 增加 --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/Enums.cs | 80 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 79 insertions(+), 1 deletions(-) diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/Enums.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/Enums.cs index b1310b4..61666c7 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/Enums.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_Model/Enums.cs @@ -1,5 +1,6 @@ 锘縰sing System; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -64,19 +65,22 @@ /// <summary> /// 璐ㄩ噺鐘舵�� /// </summary> - public enum QualityState + public enum QualityStateEnum { /// <summary> /// 鍚堟牸 /// </summary> + [Description("鍚堟牸")] OK = 1, /// <summary> /// 涓嶅悎鏍� /// </summary> + [Description("涓嶅悎鏍�")] NG = 2, /// <summary> /// 鐤戜技 /// </summary> + [Description("鐤戜技")] Suspected = 3 } @@ -117,6 +121,8 @@ OP80鎵撴爣涓嶅悎鏍� = 30, OP80鎵撴爣璇嗗埆涓嶅悎鏍� = 31, + OP80绉伴噸涓嶅悎鏍� = 32, + OP80娴嬮噺涓嶅悎鏍� = 33, } @@ -292,6 +298,78 @@ OP2002B = 521, OP2002C = 522, + //鏂板NOOK 銆怑ditby shaocx,2024-09-09銆� + /// <summary> + /// OP1004 + /// </summary> + OP1004 = 530, + + /// <summary> + /// OP2003 + /// </summary> + OP2003 = 531, + + /// <summary> + /// OP3003 + /// </summary> + OP3003 = 532, + + /// <summary> + /// OP3503 + /// </summary> + OP3503 = 533, + + /// <summary> + /// OP6003A + /// </summary> + OP6003A = 534, + + /// <summary> + /// OP6003B + /// </summary> + OP6003B = 535, + + /// <summary> + /// OP6003C + /// </summary> + OP6003C = 536, + + /// <summary> + /// OP6003D + /// </summary> + OP6003D = 537, + + //SPC + /// <summary> + /// OP2004 + /// </summary> + OP2004 = 538, + + /// <summary> + /// OP3004 + /// </summary> + OP3004 = 539, + + /// <summary> + /// OP3504 + /// </summary> + OP3504 = 540, + + /// <summary> + /// OP5004A + /// </summary> + OP5004A = 541, + + /// <summary> + /// OP5004B + /// </summary> + OP5004B = 542, + + /// <summary> + /// OP6004 + /// </summary> + OP6004 = 543, + } public enum WorkingProcedureForHMI -- Gitblit v1.9.3