From e5067abdfbdde306dcef15b00dfc5516f0a04065 Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Wed, 11 Sep 2024 13:03:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=B3=A8=E9=87=8A?= 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 998f6e2..df942c2 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<>();