添加水电双计设备在线状态维护,以及下发修改设备地址码指令接口等
This commit is contained in:
@ -154,4 +154,6 @@ public class DeviceReportInfo extends BaseEntity
|
||||
@ApiModelProperty("设备类型:1.水电双计 2.流量计")
|
||||
private Integer type;
|
||||
|
||||
private Integer onLine;//0离线,1在线
|
||||
|
||||
}
|
||||
|
@ -12,4 +12,16 @@ public class DeviceOperationDTO {
|
||||
private String operationType;
|
||||
|
||||
private Integer operationCode;
|
||||
|
||||
private String operationValue;
|
||||
|
||||
private Integer addr;
|
||||
|
||||
|
||||
|
||||
@lombok.Data
|
||||
private class CMDData {
|
||||
// 设备操作类型
|
||||
public Integer addr =123 ;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user