wxw
2024-08-21 8520e36378e8e88cbbc45586bb31d1fec3be87ac
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]