mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-23 16:49:49 +08:00
update 重构
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user