package com.steerinfo.dil.service; import java.util.Map; public interface IPlatformWarehouseService { int platformInboundOrOut(Map map) throws Exception; int afterInwardOutbound(Map map) throws Exception; }