|  |  |  | 
|---|
|  |  |  | package com.doumee.core.constants; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import ch.qos.logback.core.util.COWArrayList; | 
|---|
|  |  |  | import org.apache.commons.codec.binary.Hex; | 
|---|
|  |  |  | import org.apache.commons.lang3.StringUtils; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public static final String FILE_DIR ="FILE_DIR" ; | 
|---|
|  |  |  | public static final String PRIVATE_KEY = "PRIVATE_KEY"; | 
|---|
|  |  |  | public static final String PROJECT_FILE = "PROJECT_FILE"; | 
|---|
|  |  |  | public static final String PROJECTS = "PROJECTS"; | 
|---|
|  |  |  | public static final String FORCE_BACK_LOCK = "FORCE_BACK_LOCK"; | 
|---|
|  |  |  | public static final String FORCE_BACK_SITE = "FORCE_BACK_SITE"; | 
|---|
|  |  |  | //车辆类型数据 | 
|---|
|  |  |  | public static final String  BIKE_TYPE ="1,2,3,4,5,6,7,8" ; | 
|---|
|  |  |  | public static String REDIS_DEBUG_STR="test_"; | 
|---|
|  |  |  | public static final String AD = "AD"; | 
|---|
|  |  |  | public  interface MqttTopic{ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | String topic_index = "device/lock/"; | 
|---|