hwh
2024-08-21 37c4da42e6bc67a0c40ef1d4f2527a5577f86a2e
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]