zhongrj
2023-11-09 bd5af6eff63613ef4d25751d8105d2d82e2997fa
租房统计查询修改
1 files modified
5 ■■■■■ changed files
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java 5 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -21,5 +21,10 @@
    //电话
    private String phone;
    /**
     * 租房时间类型  1:长期  2:中期  3:短期
     */
    private Integer dldType;
}