张天森
2022-10-19 d23274eb4b60a2c5a90fb62654b8d6420f0e073b
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();
}