linwe
2024-07-08 7a1e4d9fe3fe2172d5c4fba524f17ffd73ffbb3e
src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java
@@ -267,7 +267,7 @@
   /**
    * 是否删除
    */
   @TableLogic
   // @TableLogic
   @ApiModelProperty("是否已删除 0:否  1:是")
   private Integer isDeleted;
@@ -288,4 +288,19 @@
   @TableField("volunteer_org")
   private String volunteerOrg;
   @ApiModelProperty(value = "房东名称", example = "")
   @TableField("landlord_name")
   private String landlordName;
   @ApiModelProperty(value = "房东电话", example = "")
   @TableField("landlord_phone")
   private String landlordPhone;
   @ApiModelProperty(value = "房东身份证", example = "")
   @TableField("landlord_id_card")
   private String landlordIdCard;
}