add: 架构

This commit is contained in:
ls
2025-02-18 19:21:57 +08:00
parent 21c9b92c49
commit 8df669d4ad

View File

@@ -78,6 +78,7 @@ public class FlwDeployServiceImpl extends FlowServiceNoFactory implements FlwDep
List<FlwDeployEntity> list = new ArrayList<>();
if (deployments != null) {
list = deployments.stream()
.map(source -> {
FlwDeployEntity target = new FlwDeployEntity();