Browse Source

Merge branch 'lyh-cp' into test

lyhzzz 1 year ago
parent
commit
abde31818e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main/java/com/fdkankan/scene/entity/ScenePlusExt.java

+ 5 - 1
src/main/java/com/fdkankan/scene/entity/ScenePlusExt.java

@@ -170,5 +170,9 @@ public class ScenePlusExt implements Serializable {
     @TableLogic(value = "A", delval = "I")
     private String recStatus;
 
-
+    /**
+     * 是否是mesh场景
+     */
+    @TableField("is_obj")
+    private Integer isObj;
 }