package com.zehong.gassdevicereport.constant; public class Constant { /** * redis存储设备上报信息key */ public final static String DEVICE_REDIS_KEY = "deviceCode"; }