shenyijian
2024-06-27 b1e84b26d0b0f254d5e000092ce9f0ef56a1304c
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/service/SgProgressReportService.java
@@ -22,6 +22,8 @@
   IPage<SgProgressReportVO> queryPageList(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO);
   IPage<SgProgressReportVO> queryPageListAll(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO);
   void add(SgProgressReportDO sgProgressReportDO);
   SgProgressReportVO detail(String id);
@@ -34,6 +36,8 @@
   Map<String, Long> countList(ProjectSearchDTO searchDTO);
   Map<String, Long> countListAll(ProjectSearchDTO searchDTO);
   Map<String, Long> statusCount(ProjectSearchDTO searchDTO);
   boolean checkStep(Long deviceId, Long stepId);
@@ -41,4 +45,6 @@
   IPage<SgProgressReportVO> progressPage(IPage<SgProgressReportVO> page, ProjectSearchDTO searchDTO);
   String getDeviceReport(Long deviceId, Long stepId);
}