648540858
2022-03-03 2eb1ca2d94a09c2d3ced69de28de72d2d6d77d8e
src/main/java/com/genersoft/iot/vmp/utils/node/ForestNode.java
@@ -19,7 +19,7 @@
    */
   private Object content;
   public ForestNode(String id, String parentId, Object content) {
   public ForestNode(int id, String parentId, Object content) {
      this.id = id;
      this.parentId = parentId;
      this.content = content;