fix(process): 修复自定义配置 required 不生效

This commit is contained in:
zimoyin
2026-03-11 15:04:11 +08:00
parent f2ff4ae123
commit 8e617d06bc
11 changed files with 49 additions and 17 deletions
+4
View File
@@ -31,6 +31,10 @@ interface ProcessNodeInterface
*/
public function handle(ProcessContext $context): ProcessContext;
public function getChildNodes(): array;
public function getChildNodeCount(): int;
/**
* 获取节点名称
* @return string