heheng
5 天以前 6a8504afd3b3622e66f26ae506f40740c8d44142
multi-system/src/main/java/com/gkhy/exam/system/mapper/CorrectionMapper.java
@@ -17,5 +17,5 @@
@Mapper
public interface CorrectionMapper extends BaseMapper<Correction> {
    List<Correction> selectCorrectionList(Integer companyId);
    List<Correction> selectCorrectionList(Correction correction);
}