package dao;

import java.util.List;
import entity.Employee;

public interface EmployeeDAO {
	public List<Employee> findALL() throws Exception;
	public void insertEmp(Employee e) throws Exception; 
	public void deleteEmpById(int id) throws Exception; 
	public void updateEmp(Employee e) throws Exception; 
	public Employee findEmpById(int id) throws Exception;
}
最近下载更多
山晴多  LV1 6月6日
2022102154  LV1 4月3日
小橘子是你啊  LV1 3月31日
新哥新奇士橙  LV5 1月26日
cxdddd  LV1 2024年12月31日
sinuodeng123  LV5 2024年12月13日
jiafei  LV1 2024年12月11日
b1uccc  LV2 2024年12月8日
blank1  LV1 2024年11月28日
最近浏览更多
唐僧洗头爱飘柔  LV22 8月26日
GuanYang551 6月21日
暂无贡献等级
gigfkk 6月11日
暂无贡献等级
落花清阳 6月7日
暂无贡献等级
山晴多  LV1 6月6日
luhong  LV4 5月6日
222ada  LV1 4月23日
小橘子是你啊  LV1 3月31日
2022102154  LV1 3月27日
叉烧君  LV3 3月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友