fengjin
2022-11-14 520a2ddbaf156063686e29bb8e9cb3e9065ae7f0
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();
}