소스 검색

xls:增加虚拟墙等枚举

xulisong 5 년 전
부모
커밋
0a52d204fe
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      JBIM/JBIM/Definition/TypeDefinition.cs

+ 8 - 0
JBIM/JBIM/Definition/TypeDefinition.cs

@@ -41,6 +41,14 @@ namespace JBIM.Definition
         EquipPart,
         [Description("Column")]
         Column,
+        [Description("Wall")]
+        Wall,
+        [Description("VirtualWall")]
+        VirtualWall,
+        [Description("Window")]
+        Window,
+        [Description("Door")]
+        Door,
         [Description("Other")]
         Other,
         #region 关系类型相关