Fix: Add missing @Service annotations to MCP Tool use case implementations
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-27 10:45:09 +09:00
parent 579979b5fe
commit ba39a23b09
8 changed files with 14 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ public interface ZtUsacUseCase {
* @return 인사정보
*/
ZtUsacOutDto selectZtUsac(ZtUsacInDto dto);
}
}

View File

@@ -92,4 +92,4 @@ public abstract class AbstractMcpToolUseCase {
return error;
}
}
}
}