forked from kidgrow-microservices-platform

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