| | |
| | | import com.example.client.service.BaseService; |
| | | import com.example.server.ExportExcel.dto.ExprotExcelDto; |
| | | import com.example.server.ExportExcel.method.ExcelExport; |
| | | import com.example.server.progressTrack.Dto.ReportRecordDto; |
| | | import com.example.server.progressTrack.Dto.StatistReportsDto; |
| | | import com.example.server.progressTrack.dao.DjJdgzTrackRecordDao; |
| | | import com.example.server.progressTrack.model.DjJdgzNetworkLevel1; |
| | |
| | | public void retract(Long id) { |
| | | baseDao.retract(id); |
| | | } |
| | | |
| | | public List<ReportRecordDto> getReportRecord(Long level1NetworkId, int column, Long teamgroupId) { |
| | | return baseDao.getReportRecord(level1NetworkId, column, teamgroupId); |
| | | } |
| | | } |