| | |
| | | |
| | | @ApiModelProperty(value = "房屋id") |
| | | private String houseId; |
| | | @ApiModelProperty(value = "房屋id") |
| | | private String tenantId; |
| | | |
| | | @ApiModelProperty(value = "租户姓名") |
| | | private String residentName; |
| | |
| | | private String phone; |
| | | |
| | | @ApiModelProperty(value = "属性") |
| | | private String businessAttributes; |
| | | private String tenantAttributes; |
| | | @ApiModelProperty(value = "类型") |
| | | private String productType; |
| | | @ApiModelProperty(value = "类型") |
| | | private String tenantType; |
| | | @ApiModelProperty(value = "入住日期") |
| | | @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") |
| | | private LocalDateTime startTime; |