package com.qinb.dao; import java.util.List; import com.qinb.entity.Student; import com.qinb.entity.PageBean; public interface StudentDao { public List<Student> find(PageBean pageBean,Student student); public int count(Student student); public void add(Student student); public void update(Student student); public void delete(int id); public Student loadById(int id); }
最近下载更多
luqb890913 LV12
2020年9月30日
csj1014143230 LV10
2020年5月6日
xuyongff LV24
2019年11月4日
piress LV1
2019年7月5日
ou273645 LV1
2018年12月8日
mengfanyun LV9
2018年12月3日
1247879478 LV8
2018年11月21日
aihelloworld110 LV1
2018年9月2日
1203876671 LV1
2018年8月1日
yyh123 LV1
2018年7月31日