api_yearlist_for_bug_image_reg
This commit is contained in:
@@ -311,11 +311,11 @@ public class MapSheetMngDto {
|
|||||||
@Getter
|
@Getter
|
||||||
public static class ResisterYearList {
|
public static class ResisterYearList {
|
||||||
|
|
||||||
private Integer currnet;
|
private Integer current;
|
||||||
private List<Integer> years;
|
private List<Integer> years;
|
||||||
|
|
||||||
public ResisterYearList(Integer currnet, List<Integer> years) {
|
public ResisterYearList(Integer current, List<Integer> years) {
|
||||||
this.currnet = currnet;
|
this.current = current;
|
||||||
this.years = years;
|
this.years = years;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user