代码bug修改

This commit is contained in:
2023-07-12 14:44:51 +08:00
parent 025ceb209d
commit c7e0da8d1a
14 changed files with 181 additions and 70 deletions

View File

@@ -0,0 +1,23 @@
package com.njcn.device.pms.pojo.dto;
import lombok.Data;
import java.time.LocalDateTime;
/**
* pqs
*
* @author cdf
* @date 2023/7/10
*/
@Data
public class MonitorDevInfoDTO {
private String monitorId;
private String terminalId;
private LocalDateTime updateTime;
}

View File

@@ -3,6 +3,7 @@ package com.njcn.device.pms.pojo.dto;
import lombok.Data;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* @author hongawen
@@ -42,6 +43,8 @@ public class PmsMonitorBaseDTO implements Serializable {
*/
private String terminalId;
private LocalDateTime updateTime;
/***
* 监测线路名称