|
@@ -71,6 +71,7 @@ public class FlwProcessDTO {
|
|
dto.setProcessIcon(flwProcess.getProcessIcon());
|
|
dto.setProcessIcon(flwProcess.getProcessIcon());
|
|
dto.setUseScope(flwProcess.getUseScope());
|
|
dto.setUseScope(flwProcess.getUseScope());
|
|
dto.setModelContent(flwProcess.getModelContent());
|
|
dto.setModelContent(flwProcess.getModelContent());
|
|
|
|
+ dto.setRemark(flwProcess.getRemark());
|
|
return dto;
|
|
return dto;
|
|
}
|
|
}
|
|
}
|
|
}
|