|
|
@ -81,4 +81,16 @@ public class HouseSaleRentInfoListResultDTO { |
|
|
|
private Date createdData; |
|
|
|
|
|
|
|
private Date createdTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 审核状态 |
|
|
|
*/ |
|
|
|
private Integer auditStatus; |
|
|
|
private String auditStatusDisplay; |
|
|
|
|
|
|
|
/** |
|
|
|
* 发布状态 |
|
|
|
*/ |
|
|
|
private Integer publishStatus; |
|
|
|
private String publishStatusDisplay; |
|
|
|
} |
|
|
|