package com.ruoyi.common.translation.constant; /** * 翻译常量 * * @author Lion Li */ 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"; }