bklLiudl
2024-09-12 90c5e816ac2134f11b9580fda5526a17e1b956c9
Admin.NET/WCS.Application/Entity/WcsAlarmInfo.cs
@@ -46,12 +46,12 @@
    /// </summary>
    [SugarColumn(ColumnName = "LedIP", ColumnDescription = "显示屏ip地址", Length = 20)]
    public string? LedIP { get; set; }
    /// <summary>
    /// 状态
    /// </summary>
    [SugarColumn(ColumnName = "Status", ColumnDescription = "状态")]
    public YesNoEnum? Status { get; set; }
    public YesNoEnum? Status { get; set; } = YesNoEnum.N;
    
    /// <summary>
    /// 设备类型