Commit b293d6dc by guojuxing

协作人详情添加字段:资源组

parent 00443488
......@@ -32,6 +32,8 @@ public class CollaboratorDetailVO implements Serializable{
private List<Integer> menuIdList;
private List<Integer> resourceIdList;
public Integer getCollaboratorId() {
return collaboratorId;
}
......@@ -95,4 +97,12 @@ public class CollaboratorDetailVO implements Serializable{
public void setAppId(String appId) {
this.appId = appId;
}
public List<Integer> getResourceIdList() {
return resourceIdList;
}
public void setResourceIdList(List<Integer> resourceIdList) {
this.resourceIdList = resourceIdList;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment