chengsc
2025-04-22 e43b6adef17e3cf00d487e4e2084f57c181ab67d
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -12,6 +12,17 @@
{
    public interface IPdaAsnServer
    {
        #region JC34
        //获取需要贴标签的入库单 单据号集合
        List<string> GetPasteAsnNoStrList();
        //获取不需要贴标签的入库单 单据号集合
        List<string> GetNoPasteAsnNoStrList();
        //根据单据获取标签数量
        BoxListInfoDto GetBoxCountByAsn(string asnNo, int? asnDetailId);
        #endregion
        // 获取单据列表
        List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);