fengjin
2022-10-21 a72bbb0ce399b6327993d5b74e2f5cd849d66a9b
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();
}