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