{ int64 id; // 节点ID int64 nodeId; string role; // 是否启用 bool isOn; // 条件定义 bytes condsJSON; // 动作定义 bytes actionJSON; // 持续时间 bytes durationJSON; }