package com.sunda.spmsoversea.mapper;

import com.sunda.spmsoversea.entity.OverseaOtherBatchReceiptDtl;

import org.apache.ibatis.annotations.Mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * <p>
 * 其他收货分批收货行表 Mapper 接口
 * </p>
 *
 * @author Wayne
 * @since 2023-02-10
 */
@Mapper
public interface OverseaOtherBatchReceiptDtlMapper extends BaseMapper<OverseaOtherBatchReceiptDtl> {

}
