| | |
| | | import com.ycl.domain.entity.ProjectPlanProgressReport; |
| | | import com.ycl.domain.form.ProjectPlanProgressReportForm; |
| | | import com.ycl.domain.query.ProjectPlanProgressReportQuery; |
| | | import com.ycl.domain.vo.ProgressReportResponseVO; |
| | | import com.ycl.domain.form.ProgressReportResponseForm; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @param form |
| | | * @return |
| | | */ |
| | | Result add(ProgressReportResponseVO form); |
| | | Result add(ProgressReportResponseForm form); |
| | | |
| | | /** |
| | | * 修改 |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | Result detail(Integer id); |
| | | Result detail(Long id); |
| | | |
| | | /** |
| | | * 列表 |
| | | * @return |
| | | */ |
| | | Result all(); |
| | | |
| | | Result examine(ProgressReportResponseForm form); |
| | | } |