首页>代码>spring+spring mvc+mybatis+jsp实现简单学生信息管理系统>/StudentDemo/src/com/ms/ssm/mapper/StudentMapper.java
package com.ms.ssm.mapper; import java.util.List; import com.ms.ssm.pojo.Student; public interface StudentMapper { public List<Student> selectAllStu(); public void deleteStu(Integer id); public void insertStu(Student student); public List<Student> selectStu(String name); public void updateStu(Student student); public Student selectUpdateStu(Integer id); }

xiaoaitx LV8
2024年11月22日
hongdongdong LV14
2024年6月18日
xiaolu-123 LV1
2024年4月9日
wwwww816 LV5
2023年12月19日
李亮 LV19
2023年8月29日
磊少不在 LV2
2023年6月18日
tmf852 LV5
2023年6月18日
2819271872 LV1
2023年6月16日
1257592068 LV6
2023年6月13日
guyusky LV2
2023年6月6日