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