|
@@ -1,6 +1,7 @@
|
|
|
package com.zhentao.system.mapper;
|
|
|
|
|
|
import com.zhentao.system.domain.CourseCategory;
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
@@ -10,7 +11,7 @@ import java.util.List;
|
|
|
* @createDate 2025-05-12 09:05:20
|
|
|
* @Entity com.zhentao.system.domain.CourseCategory
|
|
|
*/
|
|
|
-
|
|
|
+@Mapper
|
|
|
public interface CourseCategoryMapper{
|
|
|
|
|
|
List<CourseCategory> findAll();
|