add BossActiveStatusRecord, ChatStartupLog, UserInfo entities to distinguish login user and record boss active status.

This commit is contained in:
geekgeekrun
2024-03-17 14:30:22 +08:00
parent 0446f886c4
commit b68455d094
4 changed files with 36 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ export class ChatStartupLog {
@Column()
encryptedPositionId: string;
@Column()
encryptedCurrentUserId: string;
@Column()
date: Date;
}