mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 重构
This commit is contained in:
@@ -19,7 +19,7 @@ import java.util.Arrays;
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
@ToString
|
||||
public class YKCBaseMessage implements Serializable{
|
||||
public class YKCBaseMessage implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
@@ -60,7 +60,7 @@ public class YKCBaseMessage implements Serializable{
|
||||
protected String frameCheckSequence;
|
||||
|
||||
/**
|
||||
* shortChannelId
|
||||
* 保存ChannelId
|
||||
*/
|
||||
protected ChannelId channelId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user