Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
Details
Activity
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
胡园园
yanxuan-qc-change-system
Commits
498e3cd0
Commit
498e3cd0
authored
Dec 13, 2022
by
穆龙飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify:修改对象字段属性
parent
885e9e4f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
OrgPos.java
.../mail/yanxuan/change/integration/flow/ius/rsp/OrgPos.java
+3
-3
SecondaryDepartments.java
...change/integration/flow/ius/rsp/SecondaryDepartments.java
+2
-2
leaderChain.java
.../yanxuan/change/integration/flow/ius/rsp/leaderChain.java
+2
-2
No files found.
yanxuan-qc-change-system-integration/src/main/java/com/netease/mail/yanxuan/change/integration/flow/ius/rsp/OrgPos.java
View file @
498e3cd0
...
...
@@ -16,16 +16,16 @@ public class OrgPos {
private
Integer
level
;
//部门id
private
Integer
orgPosId
;
private
Long
orgPosId
;
//部门名称
private
String
orgPosName
;
//上一级部门id
private
Integer
parentOrgPosId
;
private
Long
parentOrgPosId
;
//部门结构类型,0-职能部门,1-项目部门
private
Integer
posStructType
;
private
Integer
rootOrgPosId
;
private
Long
rootOrgPosId
;
}
yanxuan-qc-change-system-integration/src/main/java/com/netease/mail/yanxuan/change/integration/flow/ius/rsp/SecondaryDepartments.java
View file @
498e3cd0
...
...
@@ -17,7 +17,7 @@ public class SecondaryDepartments {
private
List
<
leaderChain
>
leaderChainList
;
//用户所属部门id
private
Integer
orgPosId
;
private
Long
orgPosId
;
//所属部门的级别
private
Integer
orgPosLevel
;
...
...
@@ -29,7 +29,7 @@ public class SecondaryDepartments {
private
String
uid
;
//用户ID
private
Integer
userId
;
private
Long
userId
;
//用户姓名
private
String
userName
;
...
...
yanxuan-qc-change-system-integration/src/main/java/com/netease/mail/yanxuan/change/integration/flow/ius/rsp/leaderChain.java
View file @
498e3cd0
...
...
@@ -33,7 +33,7 @@ public class leaderChain {
private
OrgPos
orgPos
;
//所属部门
private
Integer
orgPosId
;
private
Long
orgPosId
;
//所属部门级别
private
Integer
orgPosLevel
;
...
...
@@ -48,7 +48,7 @@ public class leaderChain {
private
String
uid
;
//用户唯一id
private
Integer
userId
;
private
Long
userId
;
//是否为虚拟用户 - 产品下没有该用户但是产品关联的组织身份包含该用户
private
boolean
virtual
;
...
...
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