From 2bc0f6f5631917a6b41946da5dfb221f3c14f944 Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Wed, 11 Sep 2024 13:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/njcn/csdevice/pojo/vo/CsLedgerVO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cs-device/cs-device-api/src/main/java/com/njcn/csdevice/pojo/vo/CsLedgerVO.java b/cs-device/cs-device-api/src/main/java/com/njcn/csdevice/pojo/vo/CsLedgerVO.java index df942c2..998f6e2 100644 --- a/cs-device/cs-device-api/src/main/java/com/njcn/csdevice/pojo/vo/CsLedgerVO.java +++ b/cs-device/cs-device-api/src/main/java/com/njcn/csdevice/pojo/vo/CsLedgerVO.java @@ -42,8 +42,8 @@ public class CsLedgerVO implements Serializable { @ApiModelProperty(name = "comFlag",value = "设备状态") private Integer comFlag; -// @ApiModelProperty(name = "nDid",value = "nDid") -// private String nDId; + @ApiModelProperty(name = "nDid",value = "nDid") + private String nDId; @ApiModelProperty(name = "children",value = "子节点") private List children = new ArrayList<>();