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