暂态事件报告功能下载

This commit is contained in:
wr
2026-02-28 15:30:35 +08:00
parent 01a77fa92d
commit 94037d588b
11 changed files with 650 additions and 1027 deletions

View File

@@ -63,6 +63,9 @@ public class AreaLineInfoVO implements Serializable {
@ApiModelProperty(name = "pt2",value = "pt2")
private Integer pt2;
@ApiModelProperty(name = "ptType",value = "接线类型(0:星型接法;1:三角型接法;2:开口三角型接法)")
private Integer ptType;
@ApiModelProperty(name = "objName",value = "对象名称")
private String objName;

View File

@@ -557,6 +557,7 @@
detail.ct2,
detail.pt1,
detail.pt2,
detail.PT_Type as ptType,
detail.obj_name,
detail.Dev_Capacity deviceCapacity,
detail.Short_Capacity,