代码修改
This commit is contained in:
@@ -18,15 +18,13 @@ import lombok.NoArgsConstructor;
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class TerminalOnlineRateDataParam extends DeviceInfoParam.BusinessParam{
|
||||
|
||||
// 监测点合格率
|
||||
// @ApiModelProperty(name = "devicePassRate",value = "终端在线率合格率")
|
||||
// private Integer devicePassRate;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 字段表监测点等级
|
||||
*/
|
||||
@ApiModelProperty(name = "algoDescribe",value = "字段表监测点等级,0:极重要 1:重要 2:普通 3:不重要")
|
||||
private Integer algoDescribe;
|
||||
@ApiModelProperty(name = "lineGrade",value = "字段表监测点等级,0:极重要 1:重要 2:普通 3:不重要")
|
||||
private String lineGrade;
|
||||
}
|
||||
|
||||
@@ -26,13 +26,13 @@ public class TerminalOnlineRateData implements Serializable {
|
||||
/**
|
||||
* 终端id
|
||||
*/
|
||||
@Column(name = "dev_id")
|
||||
@Column(name = "dev_id",tag = true)
|
||||
private String devId;
|
||||
|
||||
/**
|
||||
* 终端在线率
|
||||
*/
|
||||
@Column(name = "online_rate")
|
||||
private Double onlineRate;
|
||||
private Double onlineRate = 3.14159;
|
||||
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ public class DeviceVO implements Serializable {
|
||||
/**
|
||||
* 设备sim卡号
|
||||
*/
|
||||
@ApiModelProperty(name = "contract",value = "装置sim卡")
|
||||
@ApiModelProperty(name = "sim",value = "装置sim卡")
|
||||
private String sim;
|
||||
|
||||
@ApiModelProperty(name = "sort",value = "排序",required = true)
|
||||
|
||||
Reference in New Issue
Block a user