张天森
2022-10-21 0e0b912d72488a58560da3706e105a5dd2b6efe7
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();
}