|
public void export(HttpServletResponse response, RemoteOpcDTO remoteMeasureDTO) {
|
|
public void export(HttpServletResponse response, RemoteOpcDTO remoteMeasureDTO) {
|
|
ExcelUtil.exportResponseDict(response, ExportRemoteOpcVO.class, BeanConverterUtil.copyListProperties(list, ExportRemoteOpcVO.class), "opc点位对应表");
|
|
ExcelUtil.exportResponseDict(response, ExportRemoteOpcVO.class, BeanConverterUtil.copyListProperties(list, ExportRemoteOpcVO.class), "opc点位对应表");
|