Add:AppUserId

This commit is contained in:
陈宁 2023-04-12 14:41:07 +08:00
parent 3d94c75e4e
commit 6a48bc3430

View File

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