fengjin
2022-10-26 8669da14a12a3e9a8a7ae720cf65798cb2751e73
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();
}