Administrator
2025-09-01 3749555542556cd63f21c29cc6cb20bfbdef9e4c
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.AiProductQuestionLink;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 产品题目关系表 Mapper接口
 *
 * @author
 * @date 2025-07-29
 */
public interface AiProductQuestionLinkMapper extends BaseMapper<AiProductQuestionLink> {
 
}