1st without errors
This commit is contained in:
@@ -3,6 +3,7 @@ package com.example.nto.service;
|
||||
import com.example.nto.entity.Employee;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
|
||||
/**
|
||||
@@ -18,4 +19,6 @@ public interface EmployeeService {
|
||||
|
||||
|
||||
boolean isCodeValid(String code);
|
||||
|
||||
Map<String, Object> getEmployeeInfo(String code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user