yanghui
2022-11-02 3fe0fd75f395efb9870d8a584da4acece77d8694
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();
}