package com.cms.dao;

import java.util.List;

import com.cms.model.Page;
import com.cms.model.Staff;

public interface StaffDao {
//添加
	public boolean addStaff(Staff staff);
	//修改
	public boolean updateStaff(Staff staff);
	//删除
	public boolean deleteStaff(int id);
	
	//查询所有
	public List<Staff> selectAllStaff(Page page);
	//查看
	public Staff getStaff(int id);
	//总记录数
	public int count();
}
最近下载更多
a_mika  LV8 2018年10月22日
1271700642  LV1 2018年10月21日
as18214965543  LV7 2018年10月20日
学习吧姜  LV2 2018年10月20日
angao222  LV6 2018年10月19日
hellolb  LV8 2018年10月18日
jellydong  LV7 2018年10月18日
telonj  LV7 2018年10月18日
一名小学生  LV10 2018年10月18日
彬彬9811  LV8 2018年10月18日
最近浏览更多
a_mika  LV8 2018年10月22日
cy522525031  LV15 2018年10月22日
1271700642  LV1 2018年10月21日
gxbhwhn  LV9 2018年10月21日
zhouxuanlin  LV6 2018年10月21日
继元宝  LV9 2018年10月20日
苗毅6666  LV32 2018年10月20日
as18214965543  LV7 2018年10月20日
helloworld123321  LV1 2018年10月20日
学习吧姜  LV2 2018年10月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友