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