zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -8,12 +8,23 @@
{
    public interface IPalletBindServer
    {
        #region 接口方法
        /// <summary>
        /// 成品/托盘 绑定信息
        /// </summary>
        /// <param name="model"></param>
        /// <param name="userId"></param>
        void BindPalletStock(BoxPalletBindVm model, int userId);
        #endregion
        #region 托盘绑定
        List<PalletBindDto> GetPalletBindList(PalletBindVm model, out int count);
        List<BoxInfoDto> GetBoxInfoList(BoxInfoVm model, out int count);
        List<BoxInfoDto> GetBoxInfoByBoxNo(string boxNo, string boxNo3);
        List<BoxInfoDto> GetBoxInfoByBoxNo(string bindNo,string boxNo, string boxNo3);
        /// <summary>
        /// 删除托盘绑定信息
@@ -125,6 +136,28 @@
        /// <returns></returns>
        OutCommandDto FullException(ReceiveWcsSignal model);
        /// <summary>
        /// WCS申请缠膜入库
        /// </summary>
        /// <param name="palletNo">托盘号</param>
        /// <returns></returns>
        int RequestPackWcs(string palletNo);
        /// <summary>
        /// WCS申请拆膜出库
        /// </summary>
        /// <param name="palletNo">托盘号</param>
        /// <returns></returns>
        int RequestUnPackWcs(string palletNo);
        /// <summary>
        /// WCS申请缠膜完成
        /// </summary>
        /// <param name="palletNo">托盘号</param>
        /// <returns></returns>
        int RequestPackedWcs(string palletNo);
        ///// <summary>
        ///// 重新下发入库任务