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