package com.huaheng.api.wcs.service.warecellAllocation; import com.huaheng.pc.config.locationType.domain.LocationType; import java.util.List; public interface LocationAllocationService { String allocation(int locationRule, List<String> locationTypeCodeList, int high, String area, List<String> roadWay, String warehouseCode, String containerCode, String materialAreaCode); }