pms国网上送代码提交
This commit is contained in:
@@ -63,4 +63,10 @@ public class StatationStatParam {
|
||||
@ApiModelProperty(value = "维度")
|
||||
private Double latitude;
|
||||
|
||||
/**
|
||||
* 关联中台的电站
|
||||
*/
|
||||
@ApiModelProperty(value = "关联中台的电站")
|
||||
private String midStationId;
|
||||
|
||||
}
|
||||
|
||||
@@ -42,6 +42,8 @@ public class PmsMidLedger extends BaseEntity {
|
||||
*/
|
||||
private String section;
|
||||
|
||||
private String SectionId;
|
||||
|
||||
/**
|
||||
* 名称
|
||||
*/
|
||||
|
||||
@@ -71,10 +71,9 @@ public class StatationStat extends BaseEntity {
|
||||
|
||||
|
||||
/**
|
||||
* 关联中台的母线id
|
||||
* 关联中台的电站
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private String relationId;
|
||||
private String midStationId;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -43,6 +43,12 @@ public class StatationStatVO implements Serializable {
|
||||
@ApiModelProperty(value = "维度")
|
||||
private Double latitude;
|
||||
|
||||
/**
|
||||
* 关联中台的电站
|
||||
*/
|
||||
@ApiModelProperty(value = "关联中台的电站")
|
||||
private String midStationId;
|
||||
|
||||
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user