| | |
| | | * @since 2025-07-10 15:11:50 |
| | | */ |
| | | public interface InternalAuditCheckService extends IService<InternalAuditCheck> { |
| | | CommonPage selectInternalAuditCheckList(Integer companyId); |
| | | CommonPage selectInternalAuditCheckList(Integer companyId, String year); |
| | | |
| | | CommonResult insertInternalAuditCheck(InternalAuditCheck internalAuditCheck); |
| | | |
| | |
| | | |
| | | List<InternalAuditCheck> selectByMap(Map<String, Object> stringObjectHashMap); |
| | | |
| | | CommonResult copyInternalAuditCheck(Integer companyId, String sourceYear, String targetYear); |
| | | |
| | | // CommonResult internalAuditCheckInfo(Integer id); |
| | | } |