123
This commit is contained in:
@@ -9,9 +9,6 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
@Schema(description = "用户列表返回")
|
||||
public class UserListVo extends UserBaseVo {
|
||||
/**
|
||||
* 最后在线时间
|
||||
*/
|
||||
@Schema(description = "最后在线时间")
|
||||
private LocalDateTime lastLiveTime;
|
||||
@Schema(description = "绑定时间")
|
||||
private LocalDateTime bindTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user