src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -41,5 +41,29 @@ */ private Integer status; /** * 区域编号 */ private String regionCode; /** * 开始时间 */ private String startTime; /** * 结束时间 */ private String endTime; private String neiCode; private Long userId; /** * 社区编号 */ private String communityCode; }