张天森
2022-11-16 43ce40e98b370671b818df4efc209d4694a1e04f
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();
}