[KC-99] 추론관리 등록 dto 변경

This commit is contained in:
2026-01-09 11:34:35 +09:00
parent eb0825bf48
commit 6bdee069ba

View File

@@ -144,7 +144,7 @@ public class InferenceResultDto {
message = "탐지 데이터 옵션은 '추론제외', '이전 년도 도엽 사용' 만 사용 가능합니다.") message = "탐지 데이터 옵션은 '추론제외', '이전 년도 도엽 사용' 만 사용 가능합니다.")
private String detectOption; private String detectOption;
@Schema(description = "5k 도협 번호 목록", example = "['34607067','35802056']") @Schema(description = "5k 도협 번호 목록", example = "[\"34607067\",\"35802056\"]")
@NotNull @NotNull
private List<String> mapSheetNum; private List<String> mapSheetNum;
} }