fxkh-txl-service/src/main/java/com/whdc/model/MyConstant.java

27 lines
452 B
Java
Raw Normal View History

2023-09-13 17:15:39 +08:00
package com.whdc.model;
/**
* @author xusan
* @date 2023/4/27 9:41
*/
public class MyConstant {
public static final String
// 删除
DEL = "0",
// 未删除
REC = "1",
// redis KEY
TOKEN_KEY = "SW_TOKEN_SJQX";
/**
* -
*/
public static final String ROLE_PUSH = "data_zh_om";
2024-05-17 17:09:03 +08:00
public static final String REDIS_KEY = "fxkh:txl:";
2023-09-13 17:15:39 +08:00
}