Commit 51ab0b02 by huangjinxin

feat:组织机构添加账户中心部门id

1 parent ada982b1
...@@ -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;
} }
...@@ -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;
} }
...@@ -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;
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!