|
|
@ -31,8 +31,9 @@ public class CollectListExcelResultDTO implements Serializable { |
|
|
|
|
|
|
|
/** |
|
|
|
* 房屋类型,1:自有, 0:租住 |
|
|
|
* 房屋状态1:出租 0:自住 2:闲置 3:未售出 |
|
|
|
*/ |
|
|
|
@Excel(name = "房屋类型",replace = { "自有_1", "租住_0"}, width = 30, needMerge = true) |
|
|
|
@Excel(name = "房屋状态",replace = { "出租_1", "自住_0","闲置_2","未售出_3"}, width = 30, needMerge = true) |
|
|
|
private String houseType; |
|
|
|
|
|
|
|
/** |
|
|
|