package com.sunda.spmswms.service;

import com.sunda.spmswms.entity.SapDeliveryNoteBatchReceiptDtl;
import com.baomidou.mybatisplus.extension.service.IService;

/**
 * <p>
 * 国内仓收货入库分批收货行表 服务类
 * </p>
 *
 * @author Wayne
 * @since 2023-06-16
 */
public interface ISapDeliveryNoteBatchReceiptDtlService extends IService<SapDeliveryNoteBatchReceiptDtl> {

}
