Explorar el Código

工作台接口

master
PoffyZhang hace 1 año
padre
commit
5e26e03cf1
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. +0
    -8
      pmapi/src/main/java/com/ningdatech/pmapi/workbench/converter/WorkbenchConverter.java

+ 0
- 8
pmapi/src/main/java/com/ningdatech/pmapi/workbench/converter/WorkbenchConverter.java Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar