11111
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
package com.ruoyi.common.utils.redis;
|
||||
|
||||
/**
|
||||
* @Auther: Wang
|
||||
* @Date: 2021/10/29 17:46
|
||||
* 功能描述:
|
||||
*/
|
||||
public class KeyAll {
|
||||
|
||||
public static String COLON = ":";
|
||||
|
||||
//用户首页的数据信息 >> 标签的数量
|
||||
public static String PERSONAL_MESSAGE = "bookmark:personal_message:";
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user