修改bug

This commit is contained in:
huangzj
2023-04-28 10:59:42 +08:00
parent 846232b948
commit 37d4c999ec
4 changed files with 13 additions and 19 deletions

View File

@@ -38,17 +38,6 @@ public class ROperatingMonitorMPO {
@TableField(value = "dev_id")
private String devId;
/**
* 监测点状态算法1
*/
@TableField(value = "monitor_state")
private String monitorState;
/**
* 有效接入分钟数
*/
@TableField(value = "effective_minute_count")
private Long effectiveMinuteCount;
/**
* 数据完整率算法2