Update:AppUserIds
This commit is contained in:
parent
6a48bc3430
commit
0ce7835543
@ -6,6 +6,8 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@Data
|
||||
@Slf4j
|
||||
@AllArgsConstructor
|
||||
@ -22,10 +24,11 @@ public class UserInfo {
|
||||
*/
|
||||
private Long identityId;
|
||||
|
||||
|
||||
/**
|
||||
* 三方中控平台的用户id
|
||||
* 三方中控平台的用户ids
|
||||
*/
|
||||
private Long appUserId;
|
||||
private Set<Long> appUserIds;
|
||||
|
||||
private Integer identityType;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user