[KC-103] spot less 적용
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user