use of com.kendy.service.TGExportExcelService in project financial by greatkendy123.
the class TGController method exportTGExcelAction.
/**
* 导出当前托管公司的所有数据
*
* @time 2018年3月2日
* @param event
*/
public void exportTGExcelAction(ActionEvent event) {
TGExportExcelService exportExcelService = new TGExportExcelService(MyController.tgController);
exportExcelService.exportExcel();
}
Aggregations