| | |
| | | import cn.gistack.sm.sg.DO.SgProjectInfoDO; |
| | | import cn.gistack.sm.sg.DTO.ProjectSearchDTO; |
| | | import cn.gistack.sm.sg.VO.SgProjectInfoVO; |
| | | import cn.gistack.sm.sg.VO.SgStatisProVO; |
| | | import cn.gistack.sm.sg.VO.SgStatistccVO; |
| | | import cn.gistack.sm.sg.VO.SgStatisticsVO; |
| | | import cn.gistack.sm.sg.excel.ProjectExcel; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | IPage<SgProjectInfoVO> progressPage(IPage<SgProjectInfoVO> page, ProjectSearchDTO searchDTO); |
| | | |
| | | List<SgProjectInfoDO> listAll(ProjectSearchDTO searchDTO); |
| | | |
| | | SgStatisticsVO getsgStatistics(String code); |
| | | |
| | | List<SgStatisProVO> getsgStatisticsList(String code); |
| | | |
| | | List<SgStatistccVO> getsgStatisticscc(String code); |
| | | } |