MCPcopy Create free account
hub / github.com/WQL-KXJ/EnterpriseManagementSystem / empService

Interface empService

src/main/java/com/server/empService.java:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.util.List;
7
8public interface empService {
9 List<Employee_and_BMs> selectemp();
10 Employee_and_BMs selectID(int a);
11 int updata_emp(Employee employee);
12 int delete_wql(int a);
13}

Callers 4

EmpsMethod · 0.65
selectidMethod · 0.65
upata_empMethod · 0.65
upata_empMethod · 0.65

Implementers 1

empService_WQLsrc/main/java/com/server/empService_WQ

Calls

no outgoing calls

Tested by

no test coverage detected