Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs
@@ -1,4 +1,6 @@ namespace HStation.Revit using System.ComponentModel.DataAnnotations; namespace HStation.Revit { /// <summary> /// 属性状态 @@ -8,21 +10,25 @@ /// <summary> /// 错误 /// </summary> [Display(Name = "错误")] Error = -1, /// <summary> /// 正常 /// </summary> [Display(Name = "正常")] Normal = 0, /// <summary> /// 缺省 /// </summary> [Display(Name = "缺省")] Lack = 1, /// <summary> /// 异常 /// </summary> [Display(Name = "异常")] Abnormal = 2 } }