Administrator
2 days ago ae68a18938dae131c3906a85982171dcce062d35
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
 
import cc.mrbird.febs.yinhe.entity.YHAiAgentLink;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface YHAiAgentLinkMapper extends BaseMapper<YHAiAgentLink> {
}