fengjin
2022-10-20 7814198525b0c9836e8e57c5c020384249989a5a
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();
}