用户表添加教职工关联
This commit is contained in:
parent
36a7b6e8fb
commit
7c8281a35e
|
@ -32,6 +32,11 @@ public class SysUser extends TenantEntity {
|
|||
*/
|
||||
private Long deptId;
|
||||
|
||||
/**
|
||||
* 教职工ID
|
||||
*/
|
||||
private Long teacherId;
|
||||
|
||||
/**
|
||||
* 用户账号
|
||||
*/
|
||||
|
|
|
@ -34,6 +34,11 @@ public class SysUserBo extends BaseEntity {
|
|||
*/
|
||||
private Long deptId;
|
||||
|
||||
/**
|
||||
* 教职工ID
|
||||
*/
|
||||
private Long teacherId;
|
||||
|
||||
/**
|
||||
* 用户账号
|
||||
*/
|
||||
|
|
|
@ -43,6 +43,11 @@ public class SysUserVo implements Serializable {
|
|||
*/
|
||||
private Long deptId;
|
||||
|
||||
/**
|
||||
* 教职工ID
|
||||
*/
|
||||
private Long teacherId;
|
||||
|
||||
/**
|
||||
* 用户账号
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue