1.污区图
2.过程监督-终端 代码提交
This commit is contained in:
@@ -18,4 +18,6 @@ public class HarmonicPublicParam extends DeviceInfoParam.BusinessParam{
|
||||
@ApiModelProperty(name = "id", value = "id")
|
||||
private String id;
|
||||
|
||||
@ApiModelProperty(name = "type", value = "区分(0:pq 1:pms)")
|
||||
private Integer type=0;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.njcn.harmonic.pojo.vo;
|
||||
|
||||
import com.njcn.device.pms.pojo.po.Monitor;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* <功能描述>
|
||||
*
|
||||
* @author wr
|
||||
* @createTime: 2023-03-01
|
||||
*/
|
||||
@Data
|
||||
public class PollMonitorVO extends Monitor {
|
||||
|
||||
@ApiModelProperty("数据")
|
||||
private Double data = -1.0;
|
||||
}
|
||||
Reference in New Issue
Block a user