From bef933e7e166b085ba7e46e38ea62d9ae0129ec6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 20 一月 2025 10:47:23 +0800 Subject: [PATCH] 远程API模式阶段性提交 --- Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs b/Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs index 94a6d13..9e10773 100644 --- a/Service/HStation.Service.Revit.Core/00-core/ePropStatus.cs +++ b/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, + + + + } } -- Gitblit v1.9.3