xuhy
2025-04-21 2e1039b373bf2ad12f44e5fda0574cfd053b08ae
ruoyi-system/src/main/java/com/ruoyi/system/vo/HouseVO.java
@@ -17,6 +17,8 @@
    @ApiModelProperty(value = "房屋id")
    private String houseId;
    @ApiModelProperty(value = "房屋id")
    private String tenantId;
    @ApiModelProperty(value = "租户姓名")
    private String residentName;
@@ -25,9 +27,11 @@
    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;