package com.example.demo.dao;

import java.util.List;

import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;

import com.example.demo.entity.Student;

@Mapper
public interface StudentMapper {
	//@Select("select id,name,age from student")
    public List<Student> selectAll();
    
    public void addStudent(Student stu);
    
    public Student selStudentById(int id);
    
    public void updateStudent(Student student);
    
    public void deleteStudent(int id);
}
最近下载更多
ma406805131  LV16 5月11日
anopsign  LV1 2022年6月30日
caozongan  LV19 2022年1月10日
swordking  LV1 2021年6月22日
1690356080  LV37 2021年6月15日
yongjava21  LV26 2021年2月19日
阿风啦  LV14 2021年1月24日
时代信念  LV4 2020年12月24日
hjd3983  LV10 2020年11月22日
vaterz  LV25 2020年11月18日
最近浏览更多
fei3655  LV6 10月16日
tt867309  LV1 7月7日
ma406805131  LV16 5月11日
子夜青创 5月4日
暂无贡献等级
夜起星河  LV8 2023年12月27日
zhaozhiqi  LV5 2023年10月19日
小妹妹  LV7 2023年9月20日
ewan007  LV30 2023年7月7日
renjunyou  LV10 2023年3月6日
13112360  LV2 2023年2月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友