From 35f78d6371d884271e5f9873a5193bf979fc2c1d Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 04 9月 2024 18:51:54 +0800 Subject: [PATCH] 优化 --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs index d76f289..067ff8e 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs @@ -18,5 +18,11 @@ /// </summary> [Description("璇荤爜鍊煎紓甯�")] 璇荤爜鍊煎紓甯� = 1, + + /// <summary> + /// HMI淇敼璐ㄩ噺鐘舵�� + /// </summary> + [Description("HMI淇敼璐ㄩ噺鐘舵��")] + HMI淇敼璐ㄩ噺鐘舵�� = 2, } } \ No newline at end of file -- Gitblit v1.9.3