pms国网上送代码提交

This commit is contained in:
2023-12-19 08:34:19 +08:00
parent 6d472eb443
commit 8e9019282d
8 changed files with 97 additions and 6 deletions

View File

@@ -171,6 +171,12 @@ public class MonitorParam {
private String monitorTag;
/**
* 三级级监测对象类型
*/
private String objType;
/**
* 监测对象编号
*/

View File

@@ -141,6 +141,13 @@ public class Monitor extends BaseEntity {
private String monitorTag;
/**
* 三级级监测对象类型
*/
private String objType;
/**
* 监测对象编号
*/
@@ -215,6 +222,11 @@ public class Monitor extends BaseEntity {
* 场站属性
*/
private String fieldStation;
/**
* 行业类型
*/
private String tradeCode;
/**
* 0.未上送 1.已上送 2.取消上送 3.待重新上送
*/

View File

@@ -49,6 +49,9 @@ public class StatationStatVO implements Serializable {
@ApiModelProperty(value = "关联中台的电站")
private String midStationId;
@ApiModelProperty(value = "关联中台的电站名称")
private String midStationName;
@Data