ruoyi-common/ruoyi-common-translation/src/main/java/com/ruoyi/common/translation/constant/TransConstant.java
@@ -10,16 +10,21 @@ /** * 用户id转账号 */ String USER_ID_TO_NAME = "userIdToName"; String USER_ID_TO_NAME = "user_id_to_name"; /** * 部门id转名称 */ String DEPT_ID_TO_NAME = "dept_id_to_name"; /** * 字典type转label */ String DICT_TYPE_TO_LABEL = "dictTypeToLabel"; String DICT_TYPE_TO_LABEL = "dict_type_to_label"; /** * ossId转url */ String OSS_ID_TO_URL = "ossIdToUrl"; String OSS_ID_TO_URL = "oss_id_to_url"; }