| | |
| | | public interface InternalAuditCheckService extends IService<InternalAuditCheck> { |
| | | CommonPage selectInternalAuditCheckList(Integer companyId); |
| | | |
| | | CommonResult insertInternalAuditCheck(InternalAuditCheckVo internalAuditCheck); |
| | | CommonResult insertInternalAuditCheck(InternalAuditCheck internalAuditCheck); |
| | | |
| | | CommonResult updateInternalAuditCheck(InternalAuditCheckVo internalAuditCheck); |
| | | CommonResult updateInternalAuditCheck(InternalAuditCheck internalAuditCheck); |
| | | |
| | | CommonResult deletedInternalAuditCheck(Integer id); |
| | | |
| | | CommonResult internalAuditCheckInfo(Integer id); |
| | | // CommonResult internalAuditCheckInfo(Integer id); |
| | | } |