/** * Title: IndustryMapper.java * Description: * @author dsc * @date 2020年6月8日 * @version 1.0 */ package cn.timer.api.dao.clazz; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.clazz.IndustryClass; /** * Title: IndustryClassMapper.java * * @Description: * @author dsc * @date 2020年6月8日 * @version 1.0 */ public interface IndustryClassMapper extends BaseMapper<IndustryClass> { }