hwh
2024-09-06 ce6a232b55646e8d39cb0b4861ee363608b6f9aa
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>
    /// 设备类型