随波
2022-02-28 e4e0cde16ce4f464859d8fa4eff56660b2bd24fd
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;