自习室优化ok

This commit is contained in:
zhutao
2025-11-28 13:31:23 +08:00
parent 4ecb0c35d6
commit 57305c5804
57 changed files with 2500 additions and 597 deletions

View File

@@ -10,7 +10,7 @@ class RoomUserDto {
/// 1是学生2是老师
final int userType;
final List<String> filesList;
List<String> filesList;
final String dataType;
int handup;
int online; //0离线1在线