All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy