Admin.NET/WCS.Application/Entity/WcsPlc.cs
@@ -15,6 +15,13 @@ public string IP { get; set; } /// <summary> /// PLC类型 /// </summary> [Required] [SugarColumn(ColumnName = "PLCType", ColumnDescription = "PLC类型")] public PLCEnum PLCType { get; set; } /// <summary> /// 设备类型 /// </summary> [Required]