登录 增加1.0

master
冯凯 2023-10-21 08:53:29 +08:00
parent 0382a152d6
commit 5270420008
1 changed files with 0 additions and 30 deletions

View File

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