heheng
2026-02-10 0e17b5575d653f6e10a1d312e8b0d23efc1bb35d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.gkhy.exam.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.exam.system.domain.ExPaperQuestion;
 
/**
 * <p>
 * 线下教育登记表 服务类
 * </p>
 *
 * @author kzy
 * @since 2024-06-06 13:53:17
 */
public interface ExPaperQuestionService extends IService<ExPaperQuestion> {
 
}