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