package com.huaheng.pc.shipment.shippingCombination.mapper;
import com.huaheng.pc.shipment.shippingCombination.domain.ShippingSearch;
import java.util.List;
public interface ShippingCombinationMapper {
List<InventoryDetail> getInventorys(ShippingSearch search);
}