package com.sunda.spmswms.service.impl;

import com.sunda.spmswms.entity.SapDeliveryNoteBatchReceiptDtl;
import com.sunda.spmswms.mapper.SapDeliveryNoteBatchReceiptDtlMapper;
import com.sunda.spmswms.service.ISapDeliveryNoteBatchReceiptDtlService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;

/**
 * <p>
 * 国内仓收货入库分批收货行表 服务实现类
 * </p>
 *
 * @author Wayne
 * @since 2023-06-16
 */
@Service
public class SapDeliveryNoteBatchReceiptDtlServiceImpl extends ServiceImpl<SapDeliveryNoteBatchReceiptDtlMapper, SapDeliveryNoteBatchReceiptDtl> implements ISapDeliveryNoteBatchReceiptDtlService {

}
