package com.sunda.spmswms.service;

import com.alibaba.fastjson.JSONObject;
import com.sunda.spmscommon.ResponseResult;

/**
 * @author waynewu
 */
public interface ISapRepackage {

    /** 箱码拆分接口 */
    ResponseResult sapRepackageBox(JSONObject doc, String userId)throws Exception;

    /** 获取箱码分页列表——带子箱 */
    ResponseResult getSapBoxNoteListPage(String werks, String whsLocationCode, String boxNote, Integer pageNo, Integer pageSize);
}
