Administrator
7 days ago f9e40800aa15abd4cfd2799f334b015e6f13629c
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> {
}