台账bug修改

This commit is contained in:
2023-03-07 10:16:07 +08:00
parent 9fdf71ed24
commit 840ee7b8ee
5 changed files with 104 additions and 22 deletions

View File

@@ -0,0 +1,17 @@
package com.njcn.device.pq.pojo.dto;
import lombok.Data;
/**
* pqs-device
*
* @author cdf
* @date 2022/9/27
*/
@Data
public class InfluxBaseDTO {
private String id;
private Double value;
}

View File

@@ -79,6 +79,9 @@ public class DeviceInfoParam implements Serializable {
@Range(min = 0, max = 2, message = "电网侧标识" + ValidMessage.PARAM_FORMAT_ERROR)
private Integer powerFlag;
@ApiModelProperty("监测点等级")
private String lineGrade;
/**