疯狂的狮子Li
2023-02-03 5cce09b5c2e520954d85e6e42b9b6f55472dbb59
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";
}