“djh”
12 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/java/com/gkhy/exam/system/service/InconsistentService.java
@@ -1,10 +1,9 @@
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.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.exam.system.domain.StandardizedTemplate;
/**
 * <p>
@@ -15,7 +14,7 @@
 * @since 2025-07-10 15:11:50
 */
public interface InconsistentService extends IService<Inconsistent> {
    CommonPage selectInconsistentList(Integer companyId);
    CommonPage selectInconsistentList(Integer companyId,String year);
    CommonResult insertInconsistent(Inconsistent inconsistent);