mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、新增菜单翻译接口、获取菜单接口新增菜单名国际化能力;2、新增字典数据标签翻译接口、字典获取接口修改为一次性返回所有语言数据、新增字典数据国际化版本查询/更新接口、新增字典数据国际化缓存;
This commit is contained in:
+5
@@ -22,4 +22,9 @@ public class RedisKeyConstants {
|
||||
* 软件购买
|
||||
*/
|
||||
public static final String PRODUCT_PURCHASE_LOCK_KEY = "product_purchase:%s%s";
|
||||
|
||||
/**
|
||||
* 字典数据i18n缓存刷新
|
||||
*/
|
||||
public static final String DICT_DATA_I18N_CACHE_REFRESH = "DICT_DATA_I18N_CACHE_REFRESH";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user