Commit 25fbbb53 authored by luzhuang's avatar luzhuang

智信接口获取管理员接口 参数改动

parent 9163ec7f
...@@ -25,7 +25,19 @@ public class CorpGetManager { ...@@ -25,7 +25,19 @@ public class CorpGetManager {
* ], * ],
* "position": null, * "position": null,
* "deptIds": null, * "deptIds": null,
* "isAll": "0" * "isAll": "0",
* "corpManagerAuthority": {
* "id": "1247378060999823361",
* "creator": "1062906540811640834",
* "createAt": "2020-04-07T04:18:00.000+0000",
* "updator": "1062906540811640834",
* "updateAt": "2020-04-07T04:18:00.000+0000",
* "corpId": "6",
* "managerId": "1054176358580482049",
* "authDetailInfo":"",
* "sysLevel": null
* },
* "authDetailInfo":""
*/ */
private String corpId; private String corpId;
...@@ -50,6 +62,10 @@ public class CorpGetManager { ...@@ -50,6 +62,10 @@ public class CorpGetManager {
private String isAll; private String isAll;
private CorpManagerAuthority corpManagerAuthority;
private String authDetailInfo;
@Data @Data
public static class CorpGetManagerDeptDTO { public static class CorpGetManagerDeptDTO {
...@@ -69,6 +85,39 @@ public class CorpGetManager { ...@@ -69,6 +85,39 @@ public class CorpGetManager {
private String pids; private String pids;
} }
@Data
public static class CorpManagerAuthority {
/**
"id": "1247377472069210113",
"creator": "1062906540811640834",
"createAt": "2020-04-07T04:15:39.000+0000",
"updator": "1062906540811640834",
"updateAt": "2020-04-07T04:15:39.000+0000",
"corpId": "6",
"managerId": "1042237481330647042",
"authDetailInfo": "",
"sysLevel": null
*/
private String id;
private String creator;
private String createAt;
private String updator;
private String updateAt;
private String corpId;
private String managerId;
private String authDetailInfo;
private String sysLevel;
}
} }
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