|
@@ -18,16 +18,15 @@ public interface FlowPathConvert {
|
|
|
|
|
|
FlowPathConvert INSTANCE = Mappers.getMapper(FlowPathConvert.class);
|
|
FlowPathConvert INSTANCE = Mappers.getMapper(FlowPathConvert.class);
|
|
|
|
|
|
- @Mapping(target = "flowPath",source = "step.flowPathId")
|
|
|
|
- @Mapping(target = "flowPathSetp",source = "step.id")
|
|
|
|
- @Mapping(target = "name",source = "step.name")
|
|
|
|
- @Mapping(target = "sort",source = "step.sort")
|
|
|
|
- @Mapping(target = "saveData",source = "saveData")
|
|
|
|
|
|
+ @Mapping(target = "flowPath", source = "step.flowPathId")
|
|
|
|
+ @Mapping(target = "flowPathSetp", source = "step.id")
|
|
|
|
+ @Mapping(target = "name", source = "step.name")
|
|
|
|
+ @Mapping(target = "sort", source = "step.sort")
|
|
|
|
+ @Mapping(target = "saveData", source = "saveData")
|
|
@Mapping(target = "id", ignore = true)
|
|
@Mapping(target = "id", ignore = true)
|
|
- @Mapping(target = "userIds",source = "step.userIds")
|
|
|
|
- @Mapping(target = "roleId",source = "step.roleId")
|
|
|
|
-
|
|
|
|
- ItdmRunFlowPathStep to(ItdmFlowPathStep step,String saveData);
|
|
|
|
|
|
+ @Mapping(target = "userIds", source = "step.userIds")
|
|
|
|
+ @Mapping(target = "roleId", source = "step.roleId")
|
|
|
|
+ ItdmRunFlowPathStep to(ItdmFlowPathStep step, String saveData, String runFlowPath);
|
|
|
|
|
|
|
|
|
|
ItdmRunFlowPathStepVO to(ItdmRunFlowPathStep step, Boolean isUpdate);
|
|
ItdmRunFlowPathStepVO to(ItdmRunFlowPathStep step, Boolean isUpdate);
|