新增socketId字段

This commit is contained in:
ap 2021-06-10 17:21:50 +08:00
parent e7177e27a6
commit 584343e6f7

View File

@ -49,4 +49,7 @@ export class BaseSysUserEntity extends BaseEntity {
departmentName: string;
// 角色ID列表
roleIdList: number[];
@Column({ comment: 'socketId', nullable: true })
socketId: string;
}