소스 경로 변경

This commit is contained in:
jade
2026-07-21 22:33:35 +09:00
parent b8a8da3b3c
commit 885963c81c
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import lombok.Data;
* @create 2026.09.01 * @create 2026.09.01
*/ */
@Data @Data
public class Onnba3011ReqDto { public class Onnba3011Req {
@JsonPropertyDescription("통합기계약보험 (유형: gs, 길이: 72)") @JsonPropertyDescription("통합기계약보험 (유형: gs, 길이: 72)")
@JsonProperty("unfcPrbuIrcoAddu") @JsonProperty("unfcPrbuIrcoAddu")

View File

@@ -3,7 +3,7 @@ package io.shinhanlife.dap.mcc.other.service;
import io.shinhanlife.dap.common.integration.mci.component.AxhubMciComponent; import io.shinhanlife.dap.common.integration.mci.component.AxhubMciComponent;
import io.shinhanlife.dap.mcc.annotation.McpFunction; import io.shinhanlife.dap.mcc.annotation.McpFunction;
import io.shinhanlife.dap.mcc.annotation.McpTool; import io.shinhanlife.dap.mcc.annotation.McpTool;
import io.shinhanlife.dap.mcc.dto.Onnba3011ReqDto; import io.shinhanlife.dap.mcc.dto.Onnba3011Req;
import io.shinhanlife.glow.communication.dto.Transfer; import io.shinhanlife.glow.communication.dto.Transfer;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
@@ -46,7 +46,7 @@ public class OnnbaMciToolService {
prompt = "가입설계 한도를 계산하고 조회해줘.", prompt = "가입설계 한도를 계산하고 조회해줘.",
mappingId = INTERFACE_CODE_3011 mappingId = INTERFACE_CODE_3011
) )
public Object callOnnba3011(Onnba3011ReqDto req) { public Object callOnnba3011(Onnba3011Req req) {
log.info("[MCI Tool] 보종By가입설계한도계산조회 요청 수신."); log.info("[MCI Tool] 보종By가입설계한도계산조회 요청 수신.");
try { try {