“djh”
3 days ago c26e227abe288476c11b0a8b7875045e71efa14c
multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java
@@ -17,7 +17,7 @@
 * @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);
@@ -29,5 +29,7 @@
    List<InternalAuditCheck> selectByMap(Map<String, Object> stringObjectHashMap);
    CommonResult copyInternalAuditCheck(Integer companyId, String sourceYear, String targetYear);
//    CommonResult internalAuditCheckInfo(Integer id);
}