pms国网上送代码提交
This commit is contained in:
@@ -171,6 +171,12 @@ public class MonitorParam {
|
||||
private String monitorTag;
|
||||
|
||||
|
||||
/**
|
||||
* 三级级监测对象类型
|
||||
*/
|
||||
private String objType;
|
||||
|
||||
|
||||
/**
|
||||
* 监测对象编号
|
||||
*/
|
||||
|
||||
@@ -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.待重新上送
|
||||
*/
|
||||
|
||||
@@ -49,6 +49,9 @@ public class StatationStatVO implements Serializable {
|
||||
@ApiModelProperty(value = "关联中台的电站")
|
||||
private String midStationId;
|
||||
|
||||
@ApiModelProperty(value = "关联中台的电站名称")
|
||||
private String midStationName;
|
||||
|
||||
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user