完成添加OPC变量

This commit is contained in:
2025-07-09 19:38:36 +08:00
parent 9352d6c073
commit 61636fa227
5 changed files with 144 additions and 42 deletions

View File

@@ -24,6 +24,7 @@ public class DbVariableData
/// <summary>
/// 节点ID用于标识变量在设备或系统中的唯一路径。
/// </summary>
[SugarColumn(IsNullable = true)]
public string NodeId { get; set; } = String.Empty;
/// <summary>