chengsc
2025-05-08 8a83e6f21af0a764950e45b2565a370fff74daa5
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -12,6 +12,26 @@
{
    public interface IPdaAsnServer
    {
        #region JC34
        //获取需要贴标签的入库单 单据号集合
        List<string> GetPasteAsnNoStrList();
        //获取不需要贴标签的入库单 单据号集合
        List<string> GetNoPasteAsnNoStrList();
        //根据单据获取标签数量
        BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId);
        /// <summary>
        /// 保存指定的储位
        /// </summary>
        /// <param name="palletNo"></param>
        /// <param name="locateNo"></param>
        /// <param name="userId"></param>
        void SaveAppointLocate(string palletNo, string locateNo, int userId);
        #endregion
        // 获取单据列表
        List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);