linwe
2023-12-26 28d2e649855c49fe7c6b0849a5d0d28c9a980520
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -36,5 +36,29 @@
    */
   private String address;
   /**
    * 是否到期 0:未到期  1:已到期  2:已终止
    */
   private Integer status;
   /**
    * 区域编号
    */
   private String regionCode;
   /**
    * 开始时间
    */
   private String startTime;
   /**
    * 结束时间
    */
   private String endTime;
   private  String neiCode;
   private Long userId;
}