todo(flow): 新增虚拟清洗机节点支持

This commit is contained in:
zimoyin
2026-03-08 23:42:54 +08:00
parent bcb95d7772
commit 0dc63f405a
3 changed files with 74 additions and 1 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ abstract class AbstractProcessNode implements ProcessNodeInterface
abstract static public function getName(): string;
/**
* 获取节点编码
* 获取节点编码(节点编码要和 process 表中 process_name 字段的一致)
*/
abstract public function getCode(): string;
}