张天森
2022-11-09 e705a059852318e3c5453f208c3f75bbe4c1d6a6
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();
}