1st without errors

This commit is contained in:
lynxwq2
2025-12-03 19:02:59 +03:00
parent 7087390b38
commit 6703a935bb
8 changed files with 54 additions and 25 deletions

View File

@@ -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);
}