ars.module.educate.service.AbstractTeacherService 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.service;
import ars.module.educate.model.Teacher;
import ars.module.educate.service.TeacherService;
import ars.module.people.service.AbstractUserService;
/**
* 教师业务操作抽象实现
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public abstract class AbstractTeacherService extends AbstractUserService
implements TeacherService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy