首页>代码>spring+spring Mvc+mybatis+layui实现数据表格的增删改查(纯layui实现)>/ssmlayui/src/main/java/service/IStudentService.java
package service; import entity.student; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; public interface IStudentService { //查询所有学生数据 List<student> getAllStu(@Param("start") int start, @Param("limit") int limit); //删除学生数据 int deleteStudent(String id); //新增学生数据 int addStudent(student student); //通过查找学生数据 List<student> getStuById(student student); //编辑学生数据 int editStudentData(student student); //批量删除学生数据 int batchDeleteStudent(String id[]); // 查询出学生数据的总条数 int studentCounts(); }
最近下载更多
sun丶孙 LV8
4月3日
gecongkai LV8
2023年6月22日
1257592068 LV6
2023年6月13日
微信网友_6260196253601792 LV7
2023年6月7日
111112222333312131 LV4
2022年12月9日
331376387 LV5
2022年12月2日
2511952410 LV9
2022年9月17日
ty5854 LV1
2022年9月12日
lvhongquan LV11
2022年5月4日
xytthy LV3
2022年4月17日