重复的类整理

This commit is contained in:
lizhengwei 2026-03-27 22:38:38 +08:00
parent 539dcd3fe1
commit 34a880e4b5
9 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ import cn.dev33.satoken.stp.StpLogic;
import org.dromara.common.log.aspect.CommonLogTenantIntercept;
import org.dromara.sso.config.satoken.LoginSaasHelper;
import org.dromara.sso.config.satoken.SaPermissionImpl;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

View File

@ -11,7 +11,7 @@ import lombok.NoArgsConstructor;
import org.dromara.common.core.constant.TenantConstants;
import org.dromara.common.core.constant.UserConstants;
import org.dromara.common.core.enums.UserType;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import java.util.Set;

View File

@ -2,7 +2,7 @@ package org.dromara.sso.config.satoken;
import cn.dev33.satoken.stp.StpInterface;
import org.dromara.common.core.enums.UserType;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import java.util.ArrayList;
import java.util.List;

View File

@ -40,7 +40,7 @@ import org.dromara.system.api.domain.bo.RemoteSocialBo;
import org.dromara.system.api.domain.bo.RemoteUserBo;
import org.dromara.system.api.domain.vo.RemoteSocialVo;
import org.dromara.system.api.domain.vo.RemoteTenantVo;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

View File

@ -22,7 +22,7 @@ import org.dromara.common.redis.utils.RedisUtils;
import org.dromara.common.tenant.helper.TenantHelper;
import org.dromara.system.api.RemoteUserService;
import org.dromara.system.api.domain.vo.RemoteClientVo;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.stereotype.Service;
/**

View File

@ -25,7 +25,7 @@ import org.dromara.common.redis.utils.RedisUtils;
import org.dromara.common.tenant.helper.TenantHelper;
import org.dromara.system.api.RemoteUserService;
import org.dromara.system.api.domain.vo.RemoteClientVo;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.stereotype.Service;
/**

View File

@ -22,7 +22,7 @@ import org.dromara.common.redis.utils.RedisUtils;
import org.dromara.common.tenant.helper.TenantHelper;
import org.dromara.system.api.RemoteUserService;
import org.dromara.system.api.domain.vo.RemoteClientVo;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.stereotype.Service;
/**

View File

@ -26,7 +26,7 @@ import org.dromara.system.api.RemoteSocialService;
import org.dromara.system.api.RemoteUserService;
import org.dromara.system.api.domain.vo.RemoteClientVo;
import org.dromara.system.api.domain.vo.RemoteSocialVo;
import org.dromara.system.api.model.LoginUser;
import org.dromara.common.core.domain.model.LoginUser;
import org.springframework.stereotype.Service;
import java.util.List;

View File

@ -14,7 +14,7 @@ import org.dromara.common.core.utils.ValidatorUtils;
import org.dromara.common.json.utils.JsonUtils;
import org.dromara.system.api.RemoteUserService;
import org.dromara.system.api.domain.vo.RemoteClientVo;
import org.dromara.system.api.model.XcxLoginUser;
import org.dromara.common.core.domain.model.XcxLoginUser;
import org.springframework.stereotype.Service;
/**