package com.sunda.spmswms.mapper;

import com.sunda.spmswms.entity.SapDeliveryNoteBatchReceiptDtl;

import org.apache.ibatis.annotations.Mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * <p>
 * 国内仓收货入库分批收货行表 Mapper 接口
 * </p>
 *
 * @author Wayne
 * @since 2023-06-16
 */
@Mapper
public interface SapDeliveryNoteBatchReceiptDtlMapper extends BaseMapper<SapDeliveryNoteBatchReceiptDtl> {

}
