todo(flow): 新增虚拟清洗机节点支持
This commit is contained in:
@@ -307,7 +307,7 @@ abstract class AbstractProcessNode implements ProcessNodeInterface
|
||||
abstract static public function getName(): string;
|
||||
|
||||
/**
|
||||
* 获取节点编码
|
||||
* 获取节点编码(节点编码要和 process 表中 process_name 字段的一致)
|
||||
*/
|
||||
abstract public function getCode(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user