dengsixing 8 mesiacov pred
rodič
commit
3ca307cf24

+ 6 - 0
src/main/java/com/fdkankan/scene/vo/SceneViewInfo.java

@@ -264,5 +264,11 @@ public class SceneViewInfo implements Serializable {
     //动态面板
     private int dynamicPanel;
 
+    private Integer payStatus;
+
+    private Integer floorLogoType;
+
+    private String orientation;
+
 
 }