room user list

This commit is contained in:
chanbook 2022-08-02 18:28:22 +08:00
parent b6277579c8
commit c480cb062a
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ import java.util.List;
public class RoomDetailVo { public class RoomDetailVo {
private Long id; private Long id;
private String name; private String name;
private List<User> userList; private List<RoomUserVo> userList;
} }