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

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

The newest version!
package ars.module.educate.repository;

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

/**
 * 学生数据持久化操作接口
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public interface StudentRepository extends Repository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy