duyongjia
2025-02-26 bc7bd9be4efa79645cb8f5c959b5e398fae9986f
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IInboundService/IInboundOrderService.cs
@@ -7,7 +7,9 @@
using WIDESEA_Core.BaseServices;
using WIDESEA_DTO.Inbound;
using WIDESEA_IInboundRepository;
using WIDESEA_Model;
using WIDESEA_Model.Models;
using WIDESEA_Model.Models.System.Request;
namespace WIDESEA_IInboundService
{
@@ -20,7 +22,14 @@
        WebResponseContent GetInboundOrderDetail(string OrderNo);
        WebResponseContent MaterielGroup(MaterielGroupDTO materielGroupDTO);
        /// <summary>
        /// 鎾ら攢缁勭洏
        /// </summary>
        /// <param name="materielGroupDTO"></param>
        /// <returns></returns>
        WebResponseContent MaterielGroupRevoke(string PalletCode);
        WebResponseContent QueryOrderInfo(int pageNo, string orderNo);
        ReturnInventoryResponse returnInventory(string inventoryRequeststr);
    }
}