ars.module.educate.repository.StandardChapterRepository 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.Chapter;
import ars.module.educate.repository.AbstractChapterRepository;
/**
* 课程章节数据操作标准实现
*
* @author yongqiangwu
*
*/
public class StandardChapterRepository extends AbstractChapterRepository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy