chen.lin
2 天以前 bd6e6e28a9c8c138b1c2bae2e18964162a8bbda8
rsf-server/src/main/java/com/vincent/rsf/server/api/service/WcsService.java
@@ -3,6 +3,7 @@
import com.vincent.rsf.framework.common.R;
import com.vincent.rsf.server.api.entity.dto.InTaskMsgDto;
import com.vincent.rsf.server.api.controller.erp.params.TaskInParam;
import com.vincent.rsf.server.api.entity.params.ExMsgParams;
import com.vincent.rsf.server.api.entity.params.WcsTaskParams;
public interface WcsService {
@@ -12,5 +13,11 @@
    InTaskMsgDto getLocNo(TaskInParam param) throws Exception;
    R syncLocsToWms();
    void syncLocsToWms();
    R receiveExMsg(ExMsgParams params);
    R pubWcsTask(WcsTaskParams params);
    R allocateLocation(String barcode, String staNo, Integer type);
}