liu
4 天以前 aa624335b1ac67222c42eb8b5b81e73b6b96d32d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.iocoder.yudao.module.hrm.dal.redis;
 
/**
 * HRM Redis Key 常量
 *
 * @author 超级管理员
 */
public interface HrmRedisKeyConstants {
 
    /**
     * 编号生成的 Key 前缀
     */
    String NO = "hrm:no:";
 
}