Administrator
5 days ago 48bfa5a490da8433419d19a03f710233636a4ed3
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> {
}