Administrator
2026-01-19 18b69be4965535b9f3b0be874696dd19f4fe3cc3
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.AiProductPoint;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * AI产品知识点 Mapper接口
 *
 * @author yourname
 * @date 2025-07-29
 */
public interface AiProductPointMapper extends BaseMapper<AiProductPoint> {
 
}