|
|
@@ -20,14 +20,6 @@ import java.util.List; |
|
|
|
*/ |
|
|
|
public class WorkbenchConverter { |
|
|
|
|
|
|
|
|
|
|
|
public static List<NoticeListItemVO> converts(List<NoticeListItemVO> vos) { |
|
|
|
if(CollUtil.isNotEmpty(vos)){ |
|
|
|
|
|
|
|
} |
|
|
|
return Collections.emptyList(); |
|
|
|
} |
|
|
|
|
|
|
|
public static WorkbenchVO.DeclaredStatistics convert(DeclaredProjectStatisticsPO po) { |
|
|
|
WorkbenchVO.DeclaredStatistics res = BeanUtil.copyProperties(po,WorkbenchVO.DeclaredStatistics.class); |
|
|
|
return res; |
|
|
|