| | |
| | | package com.gkhy.exam.system.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.common.api.CommonPage; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.system.domain.Inconsistent; |
| | | import com.gkhy.exam.system.domain.InternalAuditCheck; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.system.domain.vo.InternalAuditCheckVo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | |
| | | CommonResult deletedInternalAuditCheck(Integer id); |
| | | |
| | | CommonResult updateByYearAndDeptId(InternalAuditCheck internalAuditCheck); |
| | | |
| | | List<InternalAuditCheck> selectByMap(Map<String, Object> stringObjectHashMap); |
| | | |
| | | // CommonResult internalAuditCheckInfo(Integer id); |
| | | } |