xiangpei
2024-11-12 318d743292e40a939619cd9425066e10d67cf482
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ycl.jxkg.mapper;
 
import com.ycl.jxkg.domain.entity.QuestionAnswerRecord;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author:xp
 * @date:2024/11/12 17:55
 */
@Mapper
public interface QuestionAnswerRecordMapper extends BaseMapper<QuestionAnswerRecord> {
 
 
 
}