冀北电网一张图功能调整

This commit is contained in:
xy
2024-05-03 17:18:42 +08:00
parent e781274479
commit 34b4b8882d
8 changed files with 245 additions and 237 deletions

View File

@@ -26,6 +26,9 @@ public class BaseVO implements Serializable {
@ApiModelProperty("父节点id")
private String pid;
@ApiModelProperty("父节点集合")
private String pids;
private Integer sort;
}