heheng
4 天以前 3cc8d1cc3662d88fe7f3666fb1f99e1b19411424
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);