朱俊杰
2022-03-29 b0e494b842448568b6c20c9fbc7baa1df106b595
src/main/java/com/genersoft/iot/vmp/utils/node/ForestNode.java
@@ -15,8 +15,8 @@
    */
   private Object content;
   public ForestNode(int id, String parentId, Object content) {
      this.id = id;
   public ForestNode(String id, String parentId, Object content) {
      this.channelId = id;
      this.parentId = parentId;
      this.content = content;
   }