1.录波文件下载处理;
2.装置异常告警事件处理
This commit is contained in:
@@ -70,6 +70,10 @@ public class AutoDataDto {
|
||||
@ApiModelProperty("数据是否参与合格率统计")
|
||||
private Integer dataTag;
|
||||
|
||||
@SerializedName("Code")
|
||||
@ApiModelProperty("事件码")
|
||||
private Integer code;
|
||||
|
||||
@SerializedName("Data")
|
||||
private String data;
|
||||
|
||||
|
||||
@@ -76,6 +76,10 @@ public class EventDto {
|
||||
@ApiModelProperty("告警故障编码(一般显示为Hex)")
|
||||
private String code;
|
||||
|
||||
@SerializedName("DataTag")
|
||||
@ApiModelProperty("数据标识,1-标识数据异常")
|
||||
private Integer dataTag;
|
||||
|
||||
@SerializedName("Parm")
|
||||
private List<Param> param;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user