WarecellAllocationService.java 272 Bytes
package com.huaheng.api.wcs.service.warecellAllocation;

import com.huaheng.api.wcs.domain.WcsTask;
import com.huaheng.framework.web.domain.AjaxResult;

public interface WarecellAllocationService {

    //仓位分配
    AjaxResult WarecellAllocation(WcsTask wcsTask);
}