lixiaojun
2025-01-20 bef933e7e166b085ba7e46e38ea62d9ae0129ec6
Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs
@@ -26,9 +26,19 @@
        Lack = 1,
        /// <summary>
        /// 警告
        /// </summary>
        [Display(Name = "警告")]
        Warning = 2,
        /// <summary>
        /// 异常
        /// </summary>
        [Display(Name = "异常")]
        Abnormal = 2
        Abnormal = 3,
    }
}