648540858
2022-04-08 ba8633e99a27b90c55b47e8f7d6225f1f0efc6bb
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;
   }