chengsc
2024-10-24 716b29fea5945ca7dc4419d9f1f980c379312b32
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -11,6 +11,9 @@
{
    public interface IPdaAsnServer
    {
        //获取单据明细显示的物料
        List<ArrivalNoticeDetailDto> GetArrivalNoticesInfo(ArrivalNoticeVm model);
        // 获取单据列表
        List<string> GetArrivalNotices(ArrivalNoticeVm model);
@@ -75,6 +78,8 @@
        // 根据箱码获取标签箱码信息
        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
        // 根据箱码获取标签最小追溯码信息
        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model);
        //根据单据号获取单据明细列表
        List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);