This commit is contained in:
张良(004796)
2024-01-02 17:38:12 +08:00
parent c3b9c761af
commit f1b95235d8
8 changed files with 71 additions and 12 deletions

View File

@@ -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;
}