Browse Source

复制场景 增加location字段

dengsixing 7 tháng trước cách đây
mục cha
commit
a2c806a166

+ 3 - 0
src/main/java/com/fdkankan/scene/entity/ScenePlusExt.java

@@ -178,4 +178,7 @@ public class ScenePlusExt implements Serializable {
      */
      */
     @TableField("is_obj")
     @TableField("is_obj")
     private Integer isObj;
     private Integer isObj;
+
+    @TableField("location")
+    private Integer location;
 }
 }