| | |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 居住证申请 服务类 |
| | | * |
| | |
| | | * @return |
| | | */ |
| | | Boolean saveResidencePermitApplyEntity(TaskResidencePermitApplyEntity taskResidencePermitApply); |
| | | |
| | | /** |
| | | * 统计数量 |
| | | * @param neiCode |
| | | * @param i |
| | | * @return |
| | | */ |
| | | Integer getCount(String neiCode, int status); |
| | | |
| | | /** |
| | | * 审核 |
| | | * @param taskResidencePermitApply |
| | | * @return |
| | | */ |
| | | Boolean updateResidencePermitApplyEntity(TaskResidencePermitApplyEntity taskResidencePermitApply); |
| | | |
| | | /** |
| | | * 居住证申请 删除 |
| | | * @param toLongList |
| | | * @return |
| | | */ |
| | | boolean removeTaskResidencePermitApplyBatchByIds(List<Long> toLongList); |
| | | } |