You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
214 B
14 lines
214 B
1 year ago
|
package com.zc.business.constant;
|
||
|
|
||
|
/**
|
||
|
* Redis key 常量定义
|
||
|
* @author xiepufeng
|
||
|
*/
|
||
|
public class RedisKeyConstants
|
||
|
{
|
||
|
/**
|
||
|
* 设备
|
||
|
*/
|
||
|
public static final String DC_DEVICES = "dc:devices";
|
||
|
}
|