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"; }