/**
 * 执行 {{logicNode.name}} 节点
 *
 * @protected
 * @memberof {{pascalCase uiLogic.codeName}}UILogicBase
 */
protected async execute_{{logicNode.codeName}}_node() {
    this.result = this.defaultParam.getReal();
    {{> @macro/logic-node/next-node.hbs}}
}
