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

19 lines
312 B

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