update 重构

This commit is contained in:
Guoqs
2024-11-26 14:22:49 +08:00
parent ebf05c436d
commit 698da5d8c7

View File

@@ -19,7 +19,7 @@ import java.util.Arrays;
@AllArgsConstructor @AllArgsConstructor
@Builder @Builder
@ToString @ToString
public class YKCBaseMessage implements Serializable{ public class YKCBaseMessage implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** /**
@@ -60,7 +60,7 @@ public class YKCBaseMessage implements Serializable{
protected String frameCheckSequence; protected String frameCheckSequence;
/** /**
* shortChannelId * 保存ChannelId
*/ */
protected ChannelId channelId; protected ChannelId channelId;