com.tyme.eightchar.provider.EightCharProvider Maven / Gradle / Ivy
package com.tyme.eightchar.provider;
import com.tyme.eightchar.EightChar;
import com.tyme.lunar.LunarHour;
/**
* 八字计算接口
*
* @author 6tail
*/
public interface EightCharProvider {
/**
* 八字
*
* @param hour 农历时辰
* @return 八字
*/
EightChar getEightChar(LunarHour hour);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy