This commit is contained in:
2026-06-30 10:43:11 +07:00
parent d9c8e3930b
commit 6e284e66fa
10 changed files with 247 additions and 51 deletions

View File

@@ -113,6 +113,7 @@ export interface ChatStudent {
export interface ChatMessage {
id: number;
staffId: number;
targetStaffId?: number;
studentRkId: number;
senderRole: 'staff' | 'student';
body: string;