Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs @@ -29,6 +29,9 @@ // 判断托盘号是否可用 string IsEnablePalletNo(string palletNo); // 判断地码是否可用 string IsEnableLocatNo(string locatNo); // 根据箱码或托盘号获取箱支信息 List<BoxInfoDto> GetBoxInfos(BoxInfoVm model);