package cn.flightfeather.supervision.domain.ds3.mapper; import cn.flightfeather.supervision.domain.ds3.entity.FumeExceptionData; import cn.flightfeather.supervision.domain.util.MyMapper; import tk.mybatis.mapper.common.Mapper; public interface FumeExceptionDataMapper extends MyMapper { }