추론자동제외

This commit is contained in:
Moon
2026-01-22 21:06:20 +09:00
parent 83333250b4
commit 860ebe9295
7 changed files with 128 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ public class MapSheetMngDto {
private String mapSheetPath;
private String syncTifFileName;
private String syncTfwFileName;
private String useInference;
private String syncMngPath;
}
@@ -114,6 +114,18 @@ public class MapSheetMngDto {
private Long fileSize;
}
@Schema(name = "MngListCompareDto", description = "영상파일 비교가능 이전년도정보")
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class MngListCompareDto {
private String mngYyyy;
private String mapSheetNum;
private Integer beforeYear;
}
@Schema(name = "DmlReturn", description = "영상관리 DML 수행 후 리턴")
@Getter
@Setter