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日
微信网友_7399890514677760 LV1
2月25日
新哥新奇士橙 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日

最近浏览
