chore: 调整部分枚举类的包位置

This commit is contained in:
2024-08-01 22:02:06 +08:00
parent ffe75e111e
commit 6b69dd43e1
16 changed files with 17 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import top.continew.admin.common.constant.CacheConstants;
import top.continew.admin.common.enums.SocialSourceEnum;
import top.continew.admin.system.enums.SocialSourceEnum;
import top.continew.admin.common.util.SecureUtils;
import top.continew.admin.common.util.helper.LoginHelper;
import top.continew.admin.system.model.entity.UserSocialDO;