Commit 104c9f47 by zhangxk

修改deviceId=12401

1 parent 3bffb04e
......@@ -15,7 +15,7 @@ import lombok.experimental.Accessors;
@Setter
@Accessors(chain = true)
public class BaseModel {
protected long deviceId = 1;
protected long deviceId = 12401;
protected long length;
protected long protocol;
protected long flag;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!