Browse Source

mxg:修改OtherJoinObject导出失败

mengxiangge 5 years ago
parent
commit
9c4488a6da

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

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

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

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