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