fengjin
2022-11-16 8d493a008ce655963f0363b116d5b55e02eff3d6
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();
}