LocationAllocationService.java 367 Bytes
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 destination, String warehouseCode, String containerCode, Integer materialAreas);


}