yuyou_x
2024-02-04 009e869b09a63efbc5e58e22f88ad0ed2a315e2b
Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs
@@ -4,6 +4,7 @@
using System.Collections.Generic;
using System.Text;
using Model.ModelDto.BllAsnDto;
using WMS.Entity.BllAsnEntity;
namespace WMS.IBLL.IBllAsnServer
{
@@ -54,7 +55,20 @@
        /// <param name="storeTime">储存期至</param>
        /// <param name="userId">操作人</param>
        /// <returns></returns>
        List<BoxInfoDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId);
        List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId);
        /// <summary>
        /// 补打标签
        /// </summary>
        /// <param name="boxNo">开始箱码</param>
        /// <param name="endBoxNo">结束箱码</param>
        /// <param name="boxNo2">开始支码</param>
        /// <param name="endBoxNo2">结束支码</param>
        /// <param name="type">1箱码 2支码 3箱码和支码</param>
        /// <param name="userId">操作人ID</param>
        /// <returns></returns>
        List<BoxInfoDto> GetBuDaLabelList(string boxNo, string endBoxNo, string boxNo2, string endBoxNo2, string type,
            int userId);
    }
}