课程附件下载重构

This commit is contained in:
none
2023-07-29 15:01:39 +08:00
parent d697ded1ec
commit e28e2e30af
11 changed files with 79 additions and 92 deletions

View File

@@ -16,7 +16,9 @@
package xyz.playedu.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import xyz.playedu.api.domain.CourseAttachmentDownloadLog;
import xyz.playedu.api.types.paginate.CourseAttachmentDownloadLogPaginateFiler;