This commit is contained in:
77
2024-04-21 23:16:10 +08:00
parent 06770fb1b9
commit f98f1be3d5
15 changed files with 92 additions and 7 deletions

View File

@@ -32,4 +32,6 @@ public class AnchorAdminVo extends Anchor {
private Long cityId;
private String city;
private Integer onlineStatus;
}

View File

@@ -7,6 +7,8 @@ import java.time.LocalDateTime;
@Data
public class UserAdminVo extends User {
private Integer onlineStatus;
/**
* 最后登录IP
*/