首页>代码>spring boot+mybatis+mysql项目搭建入门实例>/springbootdemo/src/main/java/cn/wmyskxz/springboot/service/StudentService.java
package cn.wmyskxz.springboot.service;
import cn.wmyskxz.springboot.pojo.Student;
import java.util.List;
/**
* Created by Administrator on 2018/7/9.
*/
public interface StudentService {
public List<Student> findAll();
}

最近下载
最近浏览