You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pay/ruoyi-common/src/main/java/com/ruoyi/common/constant/TransConstant.java

31 lines
475 B

7 months ago
package com.ruoyi.common.constant;
/**
*
*
* @author Lion Li
*/
public interface TransConstant {
/**
* id
*/
String USER_ID_TO_NAME = "user_id_to_name";
/**
* id
*/
String DEPT_ID_TO_NAME = "dept_id_to_name";
/**
* typelabel
*/
String DICT_TYPE_TO_LABEL = "dict_type_to_label";
/**
* ossIdurl
*/
String OSS_ID_TO_URL = "oss_id_to_url";
}