Update:AppUserIds

This commit is contained in:
陈宁 2023-04-18 17:22:59 +08:00
parent 6a48bc3430
commit 0ce7835543

View File

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