fengjin
2022-11-09 dc0285dcb1695f8f7b69b09bc6dcd4e3e9ba4173
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();
}