ars.module.educate.repository.ProfessionRepository Maven / Gradle / Ivy
package ars.module.educate.repository;
import ars.database.repository.Repository;
import ars.module.educate.model.Profession;
/**
* 专业数据持久化操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface ProfessionRepository extends Repository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy