张天森
2022-11-17 11899dc62d10c1c7778fbebb631f5ee25705b7db
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();
}