pms国网上送代码提交

This commit is contained in:
2023-12-20 14:21:41 +08:00
parent f47cc7d86c
commit 7681a916a1
6 changed files with 144 additions and 50 deletions

View File

@@ -28,5 +28,8 @@ public class TerminalQueryParam extends BaseParam {
@ApiModelProperty(value = "监测对象类型")
private String objType;
@ApiModelProperty(value = "是否上送国网监测点")
private Integer isUpToGrid;
}

View File

@@ -76,6 +76,12 @@ public class Monitor extends BaseEntity {
*/
private String lineId;
/**
* 中台母线ID
*/
@TableField(exist = false)
private String busId;
/**
* 电压等级(字典)
*/
@@ -170,6 +176,13 @@ public class Monitor extends BaseEntity {
*/
private String terminalId;
/**
* 关联的监测终端同源编号(外键)
*/
@TableField(exist = false)
private String terminalCode;
/**
* 监测终端接线方式(字典)
*/