LocationAllocationService.java
321 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(String locationRule, String roadWay, String warehouseCode, String containerCode, Integer materialAreas);
}