yanghui
2022-10-31 0ddd701dcd7d551f351bf30086c0c2fe4a914f19
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();
}