添加OPCUA的后台服务

This commit is contained in:
2025-07-08 17:33:20 +08:00
parent 103c7bf32e
commit 07253aed65
9 changed files with 394 additions and 2 deletions

View File

@@ -31,6 +31,18 @@ public class DbVariableData
/// </summary>
public string S7Address { get; set; } = String.Empty;
/// <summary>
/// OPC UA Endpoint URL。
/// </summary>
[SugarColumn(IsNullable = true)]
public string? OpcUaEndpointUrl { get; set; }
/// <summary>
/// OPC UA Node ID。
/// </summary>
[SugarColumn(IsNullable = true)]
public string? OpcUaNodeId { get; set; }
/// <summary>
/// 变量描述。
/// </summary>