123
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.dto.admin;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class SystemConfigResponse implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 823337632804304288L;
|
||||
private String key;
|
||||
private String desc;
|
||||
private String value;
|
||||
}
|
||||
@@ -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