Administrator
5 days ago 33254f13aee89e0a757ab0b0415539f1fda13607
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cc.mrbird.febs.ai.mapper;
 
import cc.mrbird.febs.ai.entity.AiProductQuestion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * AI产品题目 Mapper接口
 *
 * @author yourname
 * @date 2025-07-29
 */
public interface AiProductQuestionMapper extends BaseMapper<AiProductQuestion> {
 
}