lyhzzz 4 months ago
parent
commit
1c5caadaf5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/fdkankan/ucenter/entity/ScenePlus.java

+ 3 - 0
src/main/java/com/fdkankan/ucenter/entity/ScenePlus.java

@@ -119,4 +119,7 @@ public class ScenePlus implements Serializable {
 
 
     @TableField("three_cam_type")
     @TableField("three_cam_type")
     private String threeCamType;
     private String threeCamType;
+
+    @TableField("has_floorplan_ai")
+    private Integer hasFloorplanAi;
 }
 }