| | |
| | | private String roleName; |
| | | @TableField(exist = false) |
| | | private String deptName; |
| | | @ApiModelProperty(value = "部门id集合") |
| | | @TableField(exist = false) |
| | | private List<String> deptIds; |
| | | |
| | |
| | | @TableField("business_dept_id") |
| | | private String businessDeptId; |
| | | |
| | | @ApiModelProperty(value = "签名照") |
| | | @TableField("sign_picture") |
| | | private String signPicture; |
| | | |
| | | @ApiModelProperty(value = "用户唯一标识") |
| | | @TableField("userIdentification") |
| | | private String userIdentification; |
| | | @ApiModelProperty(value = "继承账号id") |
| | | @TableField("parentId") |
| | | private Long parentId; |
| | | @ApiModelProperty(value = "继承账号") |
| | | @TableField("parentAccount") |
| | | private String parentAccount; |
| | | |
| | | public Integer getRoleType() { |
| | | return roleType; |
| | | } |