Demo
2024-02-04 8cb4b3e784bcbe9fbbd95dec54f41528a6bb7fe0
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -5,6 +5,7 @@
using System.Text;
using Model.ModelVm.PdaVm;
using Model.ModelDto.PdaDto;
using WMS.Entity.BllAsnEntity;
namespace WMS.IBLL.IPdaServer
{
@@ -25,6 +26,9 @@
        // 根据箱码或托盘号获取箱支信息
        List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);
        // 根据托盘号或箱码获取托盘信息
        List<PalletBindDto> GetPalletBindInfo(BllPalletBind model);
        // 绑定物料托盘
        void BindPallet(PdaPalletBindVm model,int userId, string origin);
@@ -42,6 +46,9 @@
        // 删除已组信息
        string DelBoxInfo(BoxInfoVm model);
        // 删除已组信息
        string DelPalletBind(BllPalletBind model);
        // 平库完成入库操作
        string CompleteInStock(PalletBindVm model);