국유인 연동 API 응답 로직 수정

This commit is contained in:
2026-02-02 12:17:18 +09:00
parent 699d39d402
commit 74b244981b
3 changed files with 42 additions and 7 deletions

View File

@@ -216,4 +216,16 @@ public class ChngDetectMastDto {
private ZonedDateTime reviewerWorkDttm;
private ZonedDateTime labelSendDttm;
}
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class ErrorResDto {
private String timestamp;
private Integer status;
private String error;
private String path;
}
}