@@ -37,6 +37,11 @@ public class HouseInfo extends TenantEntity {
*/
private String ownerName;
+ /**
+ * 房屋类型 普通住宅,洋房
+ */
+ private String houseType;
+
/**
* 房屋坐落位置
@@ -37,6 +37,11 @@ public class HouseInfoBo extends BaseEntity {
@@ -38,6 +38,11 @@ public class HouseInfoVo implements Serializable {
@Excel(name = "权利人姓名")