“djh”
昨天 c1628ae5526ffae9cb12e70778cac8195c405382
multi-system/src/main/java/com/gkhy/exam/system/service/CorrectionService.java
@@ -15,7 +15,7 @@
 * @since 2025-07-10 15:11:50
 */
public interface CorrectionService extends IService<Correction> {
    CommonPage selectCorrectionList(Integer companyId);
    CommonPage selectCorrectionList(Correction correction);
    CommonResult insertCorrection(Correction correction);