傅行帆 3 years ago
parent
commit
b01b1caad1

+ 1
- 1
src/main/java/com/yunzhi/marketing/entity/TaBuildingApartment.java View File

65
     /**
65
     /**
66
      * 销售状态
66
      * 销售状态
67
      */
67
      */
68
-    private Integer marketStatus;
68
+    private String marketStatus;
69
 
69
 
70
     private Double insideArea;
70
     private Double insideArea;
71
 
71