fengjin
2022-11-10 d910623a916587c074550564c8287294e2571495
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();
}