Administrator
yesterday 5a6a44914add6b62c8ff2b26191a3dc8802f8821
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> {
}