Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李丛阳
education
Commits
25fbbb53
Commit
25fbbb53
authored
Apr 08, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智信接口获取管理员接口 参数改动
parent
9163ec7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
1 deletion
+50
-1
CorpGetManager.java
...java/org/rcisoft/common/util/feignDto/CorpGetManager.java
+50
-1
No files found.
src/main/java/org/rcisoft/common/util/feignDto/CorpGetManager.java
View file @
25fbbb53
...
@@ -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
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment