
ars.module.educate.service.StandardStudentService 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
package ars.module.educate.service;
import ars.module.educate.model.Student;
import ars.module.educate.service.AbstractStudentService;
/**
* 学生业务操作标准实现
*
* @author yongqiangwu
*
*/
public class StandardStudentService extends AbstractStudentService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy