modify the redundant package

This commit is contained in:
2025-07-10 11:22:04 +08:00
parent bc9695a449
commit 71cd6f9834
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package com.ctgu.alexapi.mapper;
import com.ctgu.alexapi.entity.UsersEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* @author Alex2

View File

@ -10,7 +10,6 @@ import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.google.gson.Gson;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Service;