[KC-99] 추론관리 등록 dto 변경
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user