forked from kidgrow-microservices-platform

luliqiang
2020-07-15 b40ee368ecff9ceb58e3770fa9a04a55a686b12e
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.kidgrow.redis.util;
 
/**
 * Redis  中的常量
 */
public  interface RedisConstant {
    /**
     * 用户与组织的关系
     */
    String USER_ORGANIZATION="USER_ORGANIZATION";
 
    String ORGANIZATION="ORGANIZATION";
}