package cn.flightfeather.supervision.domain.ds1.mapper; import cn.flightfeather.supervision.domain.ds1.entity.DataProduct; import tk.mybatis.mapper.common.Mapper; public interface DataProductMapper extends Mapper { }