fengjin
2022-12-08 4863b65a6a1d0a2dbf859741c9a283cc5e9034fa
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();
}