StudentService.java 155 B

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