| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ProjectPlanExamineRecordVO getById(Integer id); |
| | | ProjectPlanExamineRecordVO getById(Long id); |
| | | |
| | | /** |
| | | * 分页 |
| | |
| | | |
| | | void insertOne(ProjectPlanExamineRecord item); |
| | | |
| | | List<DepartmentApprovalResponseVO> selectInfo(Integer projectPlanRecordId); |
| | | List<DepartmentApprovalResponseVO> selectInfo(Long projectPlanRecordId); |
| | | |
| | | List<DepartmentApprovalResponseVO> getPlanLog(Integer projectPlanRecordId); |
| | | List<DepartmentApprovalResponseVO> getPlanLog(Long projectPlanRecordId); |
| | | |
| | | void updateByForm(@Param("form") ProjectPlanExamineRecordForm form); |
| | | |