package cn.timer.api.dao.qyzx; import org.springframework.stereotype.Repository; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import cn.timer.api.bean.qyzx.QyzxAttaFpzl; /** * 发票资料 * @author Tang 2019-11-13 */ @Repository public interface QyzxAttaFpzlMapper extends BaseMapper<QyzxAttaFpzl> { }