package cn.timer.api.dao.qyzx;
import org.springframework.stereotype.Repository;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

import cn.timer.api.bean.qyzx.QyzxAttaFpgl;

/**
*  开票管理
* @author Tang 2019-11-13
*/
@Repository
public interface QyzxAttaFpglMapper extends BaseMapper<QyzxAttaFpgl> {



}