| | |
| | | */ |
| | | IPage<TaskResidencePermitApplyVO> selectTaskResidencePermitApplyPage(IPage<TaskResidencePermitApplyVO> page, TaskResidencePermitApplyVO taskResidencePermitApply); |
| | | |
| | | /** |
| | | * 新增 |
| | | * @param taskResidencePermitApply |
| | | * @return |
| | | */ |
| | | Boolean saveResidencePermitApplyEntity(TaskResidencePermitApplyEntity taskResidencePermitApply); |
| | | |
| | | /** |
| | | * 统计数量 |
| | | * @param neiCode |
| | | * @param i |
| | | * @return |
| | | */ |
| | | Integer getCount(String neiCode, int i); |
| | | |
| | | /** |
| | | * 审核 |
| | | * @param taskResidencePermitApply |
| | | * @return |
| | | */ |
| | | Boolean updateResidencePermitApplyEntity(TaskResidencePermitApplyEntity taskResidencePermitApply); |
| | | } |