修复便签功能

This commit is contained in:
WangHao
2021-01-24 21:26:28 +08:00
parent 116204666b
commit db1fae1c4f
16 changed files with 2148 additions and 55 deletions

View File

@ -0,0 +1,11 @@
package com.ruoyi.common.core.redis;
/**
* @Auther: Wang
* @Date: 2021/01/24 16:52
* 功能描述:RedisKey key 工具
*/
public class RedisKey {
public static final String USER_FOLLOW ="USER:FOLLOW:";
}

File diff suppressed because it is too large Load Diff