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