“djh”
18 hours ago 2d9bf42ce507096c3b73a782da3ad16f29d2ccdc
multi-system/src/main/java/com/gkhy/exam/system/service/InconsistentService.java
@@ -14,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);