package com.sunda.spmsoversea.service;

import com.alibaba.fastjson.JSONObject;
import com.sunda.spmscommon.ResponseResult;

/**
 * <p>
 *
 * </p>
 *
 * @author hzc
 * @since 2022年12月28日09:49:42
 */
public interface IEsbRfcService {

    ResponseResult reserveInventory(JSONObject doc) throws Exception ;

    ResponseResult eamRequisitionlist(JSONObject doc)  throws Exception;

    ResponseResult eamReturnSkus(JSONObject doc)  throws Exception;

    ResponseResult eamFormerSkus(JSONObject doc)  throws Exception;

	ResponseResult eamGetAllStorageInventory(JSONObject doc) throws Exception;

	ResponseResult oaReturnOverseaWhsLoss(JSONObject doc) throws Exception;

}
