|
|
@@ -24,7 +24,6 @@ namespace YSAI.Beckhoff
|
|
|
/// 设备的网络ID
|
|
|
/// </summary>
|
|
|
[Description("设备的网络ID")]
|
|
|
- [Verify(@"^(25[0-4]|2[0-4]\d]|[01]?\d{2}|[1-9])\.(25[0-5]|2[0-4]\d]|[01]?\d?\d)\.(25[0-5]|2[0-4]\d]|[01]?\d?\d)\.(25[0-4]|2[0-4]\d]|[01]?\d{2}|[1-9]\.*)$", "输入有误")]
|
|
|
[Display(true, true, true, Core.data.ParamStructure.dataCate.text)]
|
|
|
public string AmsNetID { get; set; } = "192.168.66.130.1.1";
|
|
|
|