linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/house/entity/HouseholdEntity.java
@@ -57,9 +57,9 @@
   @ApiModelProperty(value = "角色")
   private Integer roleType;
   /**
    * 与角色关系
    * 与业主关系
    */
   @ApiModelProperty(value = "与角色关系")
   @ApiModelProperty(value = "与业主关系")
   private Integer relationship;
   /**
@@ -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;
}