新增多平台token

This commit is contained in:
wuchunlei
2024-05-29 16:04:00 +08:00
parent 9e674cffce
commit 6651f6cf39
4 changed files with 38 additions and 23 deletions

View File

@@ -32,6 +32,10 @@ public class SysUserTokenEntity implements Serializable {
private Long userId;
//token
private String token;
//token
private String tokenMedical;
//token
private String tokenSociology;
//过期时间
private Date expireTime;
//更新时间