Administrator
2 days ago cee484403a94584ef1fb55bbac641f7bcbfaf6d8
1
2
3
4
5
6
7
package cc.mrbird.febs.ai.mapper;
 
import cc.mrbird.febs.ai.entity.AiAgentStartQuestion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface AiAgentStartQuestionMapper  extends BaseMapper<AiAgentStartQuestion> {
}