Add:AppUserId
This commit is contained in:
parent
3d94c75e4e
commit
6a48bc3430
@ -22,6 +22,11 @@ public class UserInfo {
|
||||
*/
|
||||
private Long identityId;
|
||||
|
||||
/**
|
||||
* 三方中控平台的用户id
|
||||
*/
|
||||
private Long appUserId;
|
||||
|
||||
private Integer identityType;
|
||||
|
||||
/**
|
||||
@ -239,7 +244,4 @@ public class UserInfo {
|
||||
// private List<String> allUrls;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user