fengjin
2022-10-21 cf279841a42aa821de49fa82a4b8ab6213af70cf
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();
}