추론자동제외
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user