Skip to content

Commit ab5bb23

Browse files
committed
refactor: 精简代码
1 parent 996851d commit ab5bb23

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

src/extensions/BootstrapBlazor.OpcDa/OpcItem.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
namespace BootstrapBlazor.OpcDa;
66

7-
using Opc.Da;
8-
97
/// <summary>
108
/// OPC Item 配置实体类
119
/// </summary>
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
// Website: https://www.blazor.zone or https://argozhang.github.io/
4+
5+
namespace BootstrapBlazor.OpcDa;
6+
7+
/// <summary>
8+
/// Opc Item Quality 枚举
9+
/// </summary>
10+
public enum Quality
11+
{
12+
/// <summary>
13+
/// 不可信
14+
/// </summary>
15+
Bad,
16+
17+
/// <summary>
18+
/// 可信
19+
/// </summary>
20+
Good
21+
}

0 commit comments

Comments
 (0)