|
@@ -17,6 +17,8 @@ public class RolePrivilegeRelationPK implements Serializable {
|
|
|
|
|
|
private Long privilegeId;
|
|
private Long privilegeId;
|
|
|
|
|
|
|
|
+ private Long rootOrgId;
|
|
|
|
+
|
|
public Long getRoleId() {
|
|
public Long getRoleId() {
|
|
return roleId;
|
|
return roleId;
|
|
}
|
|
}
|
|
@@ -33,4 +35,12 @@ public class RolePrivilegeRelationPK implements Serializable {
|
|
this.privilegeId = privilegeId;
|
|
this.privilegeId = privilegeId;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public Long getRootOrgId() {
|
|
|
|
+ return rootOrgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setRootOrgId(Long rootOrgId) {
|
|
|
|
+ this.rootOrgId = rootOrgId;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|