SubjectTestGradeExampleMappingService.java
351 Bytes
package com.meishu.service;
import com.meishu.model.SubjectTestGradeExampleMappingDO;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 样卷映射表 服务类
* </p>
*
* @author Tuyp
* @since 2021-06-21
*/
public interface SubjectTestGradeExampleMappingService extends IService<SubjectTestGradeExampleMappingDO> {
}