cn.bootx.platform.common.translate.service.DictTranslationService Maven / Gradle / Ivy
The newest version!
package cn.bootx.platform.common.translate.service;
/**
* @author xxm
* @since 2023/1/29
*/
public interface DictTranslationService {
/**
* 初始化字典值字段翻译缓存
*/
void initDictTranslationCache();
}