Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 51ab0b02
authored
Nov 07, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:组织机构添加账户中心部门id
1 parent
ada982b1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/OrgBranchEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrgClusterEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrgGroupEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrgBranchEntity.java
View file @
51ab0b0
...
@@ -77,4 +77,8 @@ public class OrgBranchEntity {
...
@@ -77,4 +77,8 @@ public class OrgBranchEntity {
* 帐号状态(0无效 1有效)
* 帐号状态(0无效 1有效)
*/
*/
private
Integer
status
=
1
;
private
Integer
status
=
1
;
/**
* 账号中心部门id
*/
private
String
bsDeptId
;
}
}
project-order/src/main/java/com/dituhui/pea/order/entity/OrgClusterEntity.java
View file @
51ab0b0
...
@@ -70,4 +70,8 @@ public class OrgClusterEntity {
...
@@ -70,4 +70,8 @@ public class OrgClusterEntity {
* 最长配件保留时长(天)
* 最长配件保留时长(天)
*/
*/
private
Integer
reserveTimeMax
=
0
;
private
Integer
reserveTimeMax
=
0
;
/**
* 账号中心部门id
*/
private
String
bsDeptId
;
}
}
project-order/src/main/java/com/dituhui/pea/order/entity/OrgGroupEntity.java
View file @
51ab0b0
...
@@ -121,4 +121,9 @@ public class OrgGroupEntity {
...
@@ -121,4 +121,9 @@ public class OrgGroupEntity {
* 帐号状态(0无效 1有效)
* 帐号状态(0无效 1有效)
*/
*/
private
Integer
status
=
1
;
private
Integer
status
=
1
;
/**
* 账号中心部门id
*/
private
String
bsDeptId
;
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment