张天森
2022-11-15 46c5ed0e7f09b6fce7b19e3825970c3b031a5858
1
2
3
4
5
6
7
package com.dg.core.util.presence;
 
import java.util.Map;
 
public interface Year20xx {
    public Map<String, Boolean> getYearMap();
}