All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.module.educate.repository.ClassesRepository Maven / Gradle / Ivy

package ars.module.educate.repository;

import ars.module.educate.model.Classes;
import ars.database.repository.Repository;

/**
 * 教学班级数据持久化操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface ClassesRepository extends Repository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy