Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
import
java.util.List;
7
8
public
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
Emps
Method · 0.65
selectid
Method · 0.65
upata_emp
Method · 0.65
upata_emp
Method · 0.65
Implementers
1
empService_WQL
src/main/java/com/server/empService_WQ
Calls
no outgoing calls
Tested by
no test coverage detected