refactor(pipeline): 统一导入StageResult类路径

- 将多个测试类中的StageResult导入路径从face.pipeline.core统一调整为pipeline.core
- 修复StageExecutionException类缺少PipelineException导入的问题
- 确保所有Stage相关测试类使用一致的包引用路径
This commit is contained in:
2025-12-04 09:19:56 +08:00
parent af60cc1540
commit ae92ba10a7
21 changed files with 22 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
package com.ycwl.basic.image.pipeline.exception;
import com.ycwl.basic.pipeline.exception.PipelineException;
/**
* Stage执行异常
*/