add:增加IDM单点登录及修改服务认证
This commit is contained in:
@@ -53,6 +53,7 @@ public class UserEO extends BaseEntity implements Serializable {
|
||||
private String orgType;
|
||||
|
||||
private String ssoId;
|
||||
private String token;
|
||||
/**
|
||||
* java字段名转换为原始数据库列名。<b>如果不存在则返回null</b><br>
|
||||
* <p>字段列表:</p>
|
||||
@@ -382,4 +383,12 @@ public class UserEO extends BaseEntity implements Serializable {
|
||||
public void setOrgType(String orgType) {
|
||||
this.orgType = orgType;
|
||||
}
|
||||
|
||||
public String getToken() {
|
||||
return token;
|
||||
}
|
||||
|
||||
public void setToken(String token) {
|
||||
this.token = token;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user