| | |
| | | |
| | | IPage<SgProgressReportVO> queryPageList(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO); |
| | | |
| | | IPage<SgProgressReportVO> queryPageListAll(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO); |
| | | |
| | | void add(SgProgressReportDO sgProgressReportDO); |
| | | |
| | | SgProgressReportVO detail(String id); |
| | |
| | | |
| | | Map<String, Long> countList(ProjectSearchDTO searchDTO); |
| | | |
| | | Map<String, Long> countListAll(ProjectSearchDTO searchDTO); |
| | | |
| | | Map<String, Long> statusCount(ProjectSearchDTO searchDTO); |
| | | |
| | | boolean checkStep(Long deviceId, Long stepId); |
| | |
| | | IPage<SgProgressReportVO> progressPage(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO); |
| | | |
| | | String getDeviceReport(Long deviceId, Long stepId); |
| | | |
| | | |
| | | } |