yanghui
2022-11-18 beddddb3737824e337c5e9a293c6eb2103acf827
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();
}