package com.keao.edu.common.service; import com.keao.edu.common.entity.Student; public interface StudentService extends BaseService<Integer,Student>{ }