添加字段

This commit is contained in:
2023-05-26 10:19:43 +08:00
parent c7e063a6ae
commit c6f36235b5
4 changed files with 15 additions and 1 deletions

View File

@@ -37,8 +37,16 @@ public class LineDevGetDTO {
*/
private String devId;
/**
* 0.主网 1.配网
*/
private Integer type;
/**
* 1.I类监测点 2.II类监测点 3.III类监测点
*/
private Integer lineType;
/**
* 装置通讯状态
*/