台账bug修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user