济菏高速数据中心代码
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

package com.zc.business.constant;
/**
* Redis key 常量定义
* @author xiepufeng
*/
public class RedisKeyConstants
{
/**
* 设备
*/
public static final String DC_DEVICES = "dc:devices";
}