添加OPCUA的后台服务
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user