fengjin
2022-10-20 c9f2dfc4b53171d7c7e477c48374488c9d4d1c0a
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();
}