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;
...@@ -14,6 +12,4 @@ public class Consts { ...@@ -14,6 +12,4 @@ public class Consts {
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