package com.artfess.yhxt.specialproject.dao;

import com.artfess.yhxt.specialproject.model.MeasurementPaymentDetails;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 计量支付-计量支付明细表 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author xmz
 * @since 2022-06-29
 */
public interface MeasurementPaymentDetailsDao extends BaseMapper<MeasurementPaymentDetails> {

}
