Преглед на файлове

mxg:修改OtherJoinObject导出失败

mengxiangge преди 5 години
родител
ревизия
9c4488a6da
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 1
      Executer/DataExport/JBIM/Component/OtherJoinObject.cs
  2. 2 0
      Executer/DataExport/JBIM/Definition/TypeDefinition.cs

+ 1 - 1
Executer/DataExport/JBIM/Component/OtherJoinObject.cs

@@ -15,7 +15,7 @@ using JBIM.Definition;
 
 namespace JBIM.Component
 {
-    [TypeDefiniton(TypeDefinition.Other)]
+    [TypeDefiniton(TypeDefinition.JoinObject)]
     public class OtherJoinObject : VisibleComponentObject
     {
         public OtherJoinObject()

+ 2 - 0
Executer/DataExport/JBIM/Definition/TypeDefinition.cs

@@ -59,6 +59,8 @@ namespace JBIM.Definition
         Grid,
         [Description("Level")]
         Level,
+        [Description("JoinObject")]
+        JoinObject,
 
         #region 关系类型相关
         [Description("Relationship")]