fengjin
2022-11-07 016205e0ecc644f850cdf442cf3cd0c53b7b976f
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();
}