Commit 983b268f by guojuxing

协作人详情添加appId字段

parent f780193f
......@@ -24,6 +24,8 @@ public class CollaboratorDetailVO implements Serializable{
private String phone;
private String appId;
private String appName;
private List<String> subAppIdList;
......@@ -85,4 +87,12 @@ public class CollaboratorDetailVO implements Serializable{
public void setMenuIdList(List<Integer> menuIdList) {
this.menuIdList = menuIdList;
}
public String getAppId() {
return appId;
}
public void setAppId(String appId) {
this.appId = appId;
}
}
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