| | |
| | | @ApiModelProperty(value = "绑定用户ID") |
| | | private Long associatedUserId; |
| | | /** |
| | | * 绑定用户名称 |
| | | */ |
| | | @ApiModelProperty(value = "绑定用户名称") |
| | | private String associatedUserName; |
| | | /** |
| | | * 角色 |
| | | */ |
| | | @ApiModelProperty(value = "角色") |
| | | private Integer roleType; |
| | | /** |
| | | * 与角色关系 |
| | | * 与业主关系 |
| | | */ |
| | | @ApiModelProperty(value = "与角色关系") |
| | | @ApiModelProperty(value = "与业主关系") |
| | | private Integer relationship; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty(value = "证件号码") |
| | | private String cardNo; |
| | | /** |
| | | * 港澳台通行证 |
| | | */ |
| | | @ApiModelProperty(value = "港澳台通行证") |
| | | private String hkmtPass; |
| | | /** |
| | | * 护照 |
| | | */ |
| | | @ApiModelProperty(value = "护照") |
| | | private String passport; |
| | | /** |
| | | * 民族 |
| | | */ |
| | |
| | | /** |
| | | * 是否删除 |
| | | */ |
| | | @TableLogic |
| | | // @TableLogic |
| | | @ApiModelProperty("是否已删除 0:否 1:是") |
| | | private Integer isDeleted; |
| | | |
| | |
| | | @ApiModelProperty("出租屋id") |
| | | private Long housingRentalId; |
| | | |
| | | /** 自愿者组织 */ |
| | | @ApiModelProperty(value = "自愿者组织", example = "") |
| | | @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; |
| | | |
| | | |
| | | } |