Commit 6ee198db authored by AfirSraftGarrier's avatar AfirSraftGarrier

格式并加些打印

parent 2b0a459c
package iot.sixiang.license.consts; package iot.sixiang.license.consts;
public class Consts { public class Consts {
public static final int CMD_LICENSE = 1;//授权消息的cmd,十进制
public static final int CMD_LICENSE = 1;//授权消息的cmd,十进制 public static final int EXECUTOR_THREAD_NUM = 30;
public static final int EXECUTOR_THREAD_NUM = 30; public static final int FORWARD_THREAD_NUM = 30;
public static final int FORWARD_THREAD_NUM = 30; public static final int OPERATE_THREAD_NUM = 5;
public static final int OPERATE_THREAD_NUM = 5; public static final int DEVICE_STATE_ONLINE = 1;// 设备在线
public static final int DEVICE_STATE_ONLINE = 1;// 设备在线 public static final int DEVICE_STATE_OFFLINE = 0;// 设备离线
public static final int DEVICE_STATE_OFFLINE = 0;// 设备离线 public static final int SERVICE_DX_THRESHOLD_NORMAL = 100;
public static final int SERVICE_DX_THRESHOLD_NORMAL = 100; public static final int SERVICE_DX_THRESHOLD_BUSY = 500;
public static final int SERVICE_DX_THRESHOLD_BUSY = 500; public static final int SERVICE_DX_STATUS_FLUENT = 0;//流畅
public static final int SERVICE_DX_STATUS_FLUENT = 0;//流畅 public static final int SERVICE_DX_STATUS_NORMAL = 1;//正常
public static final int SERVICE_DX_STATUS_NORMAL = 1;//正常 public static final int SERVICE_DX_STATUS_BUSY = 2;//繁忙
public static final int SERVICE_DX_STATUS_BUSY = 2;//繁忙
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment