TaskByWcs.java 240 Bytes
package com.huaheng.api.wcs.service.taskByWcs;

import com.huaheng.framework.web.domain.AjaxResult;

/**
 * 接收wcs托盘号,生成入库任务并下发
 */
public interface TaskByWcs {
    AjaxResult taskByWcs(String containerCode);
}