package pwc.taxtech.atms.dto.taxadmin;

public class ProjectYearParam {
    public int endMonth;
    public int startMonth;
    public int year;
}