| | |
| | | import cn.gistack.sm.sg.DO.SgProgressReportDO; |
| | | import cn.gistack.sm.sg.DTO.ProjectSearchDTO; |
| | | import cn.gistack.sm.sg.VO.SgProgressReportVO; |
| | | import cn.gistack.sm.sg.VO.SgStepReportVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | List<SgProgressReportVO> queryList(@Param("dto") ProjectSearchDTO searchDTO); |
| | | |
| | | Long countList(@Param("dto") ProjectSearchDTO searchDTO); |
| | | |
| | | List<SgStepReportVO> selectByDeviceId(@Param("deviceId") Long gxDeviceId); |
| | | } |