登陆接口 新增返回字段-----部门id 和 部门名称
This commit is contained in:
@@ -2,6 +2,7 @@ package com.adc.da.sys.entity;
|
||||
|
||||
import com.adc.da.base.entity.BaseEntity;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -14,6 +15,7 @@ import java.util.List;
|
||||
* <b>日期:</b> 2018-09-03 <br>
|
||||
* <b>版权所有:<b>版权归北京卡达克数据技术中心所有。<br>
|
||||
*/
|
||||
@Data
|
||||
public class UserEO extends BaseEntity implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 3658632939727891047L;
|
||||
@@ -51,7 +53,8 @@ public class UserEO extends BaseEntity implements Serializable {
|
||||
private Integer unlockFlag;
|
||||
private String userInfoId;
|
||||
private String orgType;
|
||||
|
||||
private String institutionName;
|
||||
private String institutionId;
|
||||
private String ssoId;
|
||||
private String token;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user