ruoyi-common/ruoyi-common-translation/src/main/java/com/ruoyi/common/translation/constant/TransConstant.java
@@ -8,15 +8,18 @@ public interface TransConstant { /** * 用户名翻译 * 用户id转账号 */ String USER_ID_TO_NAME = "userIdToName"; /** * 字典值翻译 * 字典type转label */ String DICT_TYPE_TO_LABEL = "dictTypeToLabel"; /** * ossId转url */ String OSS_ID_TO_URL = "ossIdToUrl"; }