ars.module.educate.repository.CourseRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-educate Show documentation
Show all versions of ars-module-educate Show documentation
Ars framework module educate
The newest version!
package ars.module.educate.repository;
import ars.module.educate.model.Course;
import ars.database.repository.Repository;
/**
* 课程数据持久化操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface CourseRepository extends Repository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy