Administrator
2026-03-18 6c340588edca370436c38f0b146e0edadcd32ff9
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.ai.mapper;
 
import cc.mrbird.febs.ai.entity.AiProductPointLink;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author Administrator
 */
public interface AiProductPointLinkMapper extends BaseMapper<AiProductPointLink> {
}