@@ -6,9 +6,6 @@
*/
import { HashCode } from "../../utils";
export class Node {
- nodeId;
- type;
- childNode;
title = "标题";
content = "content";
conditionNodes;