mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-06-07 08:30:21 +08:00
add BossActiveStatusRecord, ChatStartupLog, UserInfo entities to distinguish login user and record boss active status.
This commit is contained in:
@@ -8,6 +8,9 @@ export class ChatStartupLog {
|
||||
@Column()
|
||||
encryptedPositionId: string;
|
||||
|
||||
@Column()
|
||||
encryptedCurrentUserId: string;
|
||||
|
||||
@Column()
|
||||
date: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user