forked from Olympic/NTO-2025-Backend-TeamTask
init 2
This commit is contained in:
@@ -15,4 +15,7 @@ import java.util.Optional;
|
||||
@Repository
|
||||
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
|
||||
Optional<Employee> findByCode(String code);
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user