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

ars.module.educate.service.TeacherService Maven / Gradle / Ivy

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

import ars.invoke.local.Api;
import ars.module.educate.model.Teacher;
import ars.module.people.service.UserService;

/**
 * 教师业务操作接口
 * 
 * @author yongqiangwu
 * 
 */
@Api("educate/teacher")
public interface TeacherService extends UserService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy