ars.module.educate.service.StudentService 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.invoke.local.Api;
import ars.module.educate.model.Student;
import ars.module.people.service.UserService;
/**
* 学生业务操作接口
*
* @author yongqiangwu
*
*/
@Api("educate/student")
public interface StudentService extends UserService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy