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

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

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

import ars.module.educate.model.Course;
import ars.module.educate.service.CourseService;
import ars.database.service.StandardGeneralService;

/**
 * 课程业务操作抽象实现
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public abstract class AbstractCourseService extends StandardGeneralService
		implements CourseService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy