[KC-103] spot less 적용

This commit is contained in:
2026-01-14 16:01:20 +09:00
parent 09565c1d5a
commit 79bf2df84b
6 changed files with 32 additions and 20 deletions

View File

@@ -427,7 +427,7 @@ public class MapSheetMngDto {
private int mngYyyy;
private String mapSheetNum;
private String mapSheetName;
private String beforeYear;
private Integer beforeYear;
private Boolean isSuccess;
}
@@ -442,4 +442,14 @@ public class MapSheetMngDto {
private String mapSheetNum;
private Integer beforeYear;
}
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public static class TotalListDto {
private String mapSheetNum;
private Integer beforeYear;
}
}