修改目录架构

This commit is contained in:
guo
2024-07-09 22:45:29 +08:00
parent e3f27cf975
commit c83dd750e6
50 changed files with 83 additions and 51 deletions
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.StudyExpectationsEntity;
import com.guo.learningprogresstracker.entity.StudyExpectationsEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.StudyReportFragmentsEntity;
import com.guo.learningprogresstracker.entity.StudyReportFragmentsEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.StudyReportsEntity;
import com.guo.learningprogresstracker.entity.StudyReportsEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.StudySessionsEntity;
import com.guo.learningprogresstracker.entity.StudySessionsEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.TasksEntity;
import com.guo.learningprogresstracker.entity.TasksEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.TestTableEntity;
import com.guo.learningprogresstracker.entity.TestTableEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.UserEntity;
import com.guo.learningprogresstracker.entity.UserEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
@@ -1,6 +1,6 @@
package com.guo.learningprogresstracker.mapper;
import com.guo.learningprogresstracker.domain.entity.UserTaskEntity;
import com.guo.learningprogresstracker.entity.UserTaskEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;