WarecellAllocationService.java
465 Bytes
package com.huaheng.api.wcs.service.warecellAllocation;
import com.huaheng.api.wcs.domain.WcsTask;
import com.huaheng.framework.web.domain.AjaxResult;
import com.huaheng.pc.receipt.receiptContainerDetail.domain.ReceiptContainerDetail;
public interface WarecellAllocationService {
/**仓位分配*/
AjaxResult warecellAllocation(WcsTask wcsTask);
String taskPositioning();
//去向分配
AjaxResult destinationAllocation(WcsTask wcsTask);
}