mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2026-02-23 13:30:29 +00:00
新增socketId字段
This commit is contained in:
parent
e7177e27a6
commit
584343e6f7
@ -49,4 +49,7 @@ export class BaseSysUserEntity extends BaseEntity {
|
|||||||
departmentName: string;
|
departmentName: string;
|
||||||
// 角色ID列表
|
// 角色ID列表
|
||||||
roleIdList: number[];
|
roleIdList: number[];
|
||||||
|
|
||||||
|
@Column({ comment: 'socketId', nullable: true })
|
||||||
|
socketId: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user