From 1b86f1120560fbfcad792606064a9bef15d42827 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期一, 02 九月 2024 08:24:34 +0800 Subject: [PATCH] Merge branch 'master' into Liudl --- Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs b/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs index 30adf61..0b6d63a 100644 --- a/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs +++ b/Wms/WMS.BLL/BllAsnServer/PalletBindServer.cs @@ -686,6 +686,7 @@ } } + public List<BoxInfoDto> GetBoxInfoList(BoxInfoVm model, out int count) { try -- Gitblit v1.8.0