| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ycl.domain.query.ProjectPlanProgressReportQuery; |
| | | import com.ycl.domain.vo.ProgressReportResponseVO; |
| | | import com.ycl.domain.form.ProgressReportResponseForm; |
| | | import com.ycl.domain.vo.ProjectPlanProgressReportVO; |
| | | import com.ycl.domain.form.ProjectPlanProgressReportForm; |
| | | import java.util.List; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | */ |
| | | IPage getPage(IPage page, @Param("query") ProjectPlanProgressReportQuery query); |
| | | |
| | | ProgressReportResponseVO getDetail(Integer id); |
| | | ProgressReportResponseForm getDetail(Long id); |
| | | |
| | | void insertOne(ProjectPlanProgressReport projectPlanProgressReport); |
| | | |