登录 增加1.0
parent
0382a152d6
commit
5270420008
|
@ -1,30 +0,0 @@
|
|||
package com.health.system.common.domain.model;
|
||||
|
||||
import com.health.common.core.user.CommonBody;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @author 冯凯
|
||||
* @version 1.0
|
||||
* @description:
|
||||
* @date 2023/10/21 0:15
|
||||
*/
|
||||
@Data
|
||||
public class EmailLoginUser {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String token;
|
||||
|
||||
private Integer userId;
|
||||
|
||||
private String userName;
|
||||
|
||||
private Set<String> roles;
|
||||
|
||||
private CommonBody commonBody;
|
||||
|
||||
private Long expireTime;
|
||||
}
|
Loading…
Reference in New Issue