Merge pull request '[KC-99] 추론관리 등록 dto 변경' (#167) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/167
This commit is contained in:
2026-01-09 11:34:53 +09:00

View File

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