yuyou_x
2024-02-04 009e869b09a63efbc5e58e22f88ad0ed2a315e2b
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -63,5 +63,8 @@
        // 根据箱码获取标签箱码信息
        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
        //根据单据号获取单据明细列表
        List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
    }
}