|
|
@@ -22,6 +22,13 @@ namespace YSAI.Opc.ua.client
|
|
|
[Description("唯一标识符")]
|
|
|
public string? SN { get; set; } = Guid.NewGuid().ToUpperNString();
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 服务地址
|
|
|
+ /// </summary>
|
|
|
+ [Description("服务地址")]
|
|
|
+ [Display(true, true, true, ParamStructure.dataCate.text)]
|
|
|
+ public string? ServerUrl { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 用户名
|
|
|
/// </summary>
|
|
|
@@ -50,13 +57,6 @@ namespace YSAI.Opc.ua.client
|
|
|
[Display(true, true, false, ParamStructure.dataCate.text)]
|
|
|
public string? SecreKey { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// 服务地址
|
|
|
- /// </summary>
|
|
|
- [Description("服务地址")]
|
|
|
- [Display(true, true, true, ParamStructure.dataCate.text)]
|
|
|
- public string? ServerUrl { get; set; }
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 客户端名称(唯一)
|
|
|
/// </summary>
|