新增公用数据
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.mq.message;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import com.njcn.middle.rocket.domain.BaseMessage;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -60,6 +61,9 @@ public class AppEventMessage extends BaseMessage {
|
||||
@ApiModelProperty("事件类型")
|
||||
private String type;
|
||||
|
||||
@ApiModelProperty("告警故障编码(一般显示为Hex)")
|
||||
private String code;
|
||||
|
||||
private List<Param> param;
|
||||
}
|
||||
|
||||
|
||||
@@ -40,6 +40,14 @@ public class AppFileMessage extends BaseMessage {
|
||||
private String data;
|
||||
|
||||
private String name;
|
||||
|
||||
private Integer frameCurr;
|
||||
|
||||
private Integer frameTotal;
|
||||
|
||||
private Integer frameLen;
|
||||
|
||||
private Integer offset;
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user