|
@ -40,4 +40,9 @@ public class SysRole extends BaseEntity { |
|
|
|
|
|
|
|
|
@ApiModelProperty("岗位sid") |
|
|
@ApiModelProperty("岗位sid") |
|
|
private String postSid; |
|
|
private String postSid; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "角色组织层级key") |
|
|
|
|
|
private String roleType; |
|
|
|
|
|
@ApiModelProperty(value = "角色组织层级value") |
|
|
|
|
|
private String roleTypeValue; |
|
|
} |
|
|
} |
|
|