设备树调整

This commit is contained in:
xy
2024-10-17 10:10:23 +08:00
parent 78b9a98ab8
commit 4142de1fcf
2 changed files with 14 additions and 2 deletions

View File

@@ -45,6 +45,9 @@ public class CsLedgerVO implements Serializable {
@ApiModelProperty(name = "nDid",value = "nDid")
private String nDId;
@ApiModelProperty(name = "type",value = "类型 项目 工程 装置 监测点")
private String type;
@ApiModelProperty(name = "children",value = "子节点")
private List<CsLedgerVO> children = new ArrayList<>();