From 7aa252390ad86a90312bee95cef7b7d9d536837e Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周六, 14 9月 2024 05:45:16 +0800 Subject: [PATCH] 监控点位OP1004 --- DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs | 13 +++++++++++++ 1 files changed, 13 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 067ff8e..c850d17 100644 --- a/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs +++ b/DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Enums/PieceLogTypeEnum.cs @@ -24,5 +24,18 @@ /// </summary> [Description("HMI淇敼璐ㄩ噺鐘舵��")] HMI淇敼璐ㄩ噺鐘舵�� = 2, + + /// <summary> + /// 浜岀淮鐮佽瘑鍒け璐� + /// </summary> + [Description("浜岀淮鐮佽瘑鍒け璐�")] + 浜岀淮鐮佽瘑鍒け璐� = 3, + + /// <summary> + /// 鐘舵�佷笉鏄� + /// </summary> + [Description("鐘舵�佷笉鏄�")] + 鐘舵�佷笉鏄� = 4, + } } \ No newline at end of file -- Gitblit v1.9.3