Sfoglia il codice sorgente

refactor:格式化代码

王智勇 4 anni fa
parent
commit
78e19aa805

+ 7 - 0
dim-common/src/main/java/com/dzdy/dim/protocol/command/Command.java

@@ -18,6 +18,9 @@ import com.dzdy.dim.protocol.response.LogoutResponsePacket;
  * description :
  */
 public enum Command {
+
+    /* ================= 基础指令 ================= */
+
     /**
      * 登录请求
      */
@@ -46,6 +49,10 @@ public enum Command {
      * 心跳返回
      */
     HEARTBEAT_RESPONSE(7, HeartBeatResponsePacket.class),
+
+
+    /* ================= 业务指令 ================= */
+
     /**
      * 人员数据同步
      */