From 75b62c70cb63bc3ed438485573dacce93b43d55c Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期六, 03 二月 2024 10:25:26 +0800 Subject: [PATCH] 添加生成标签按钮权限,修改获取入库单明细信息 --- Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs index d0c6632..aeb95b6 100644 --- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs +++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Text; using Model.ModelDto.BllAsnDto; +using WMS.Entity.BllAsnEntity; namespace WMS.IBLL.IBllAsnServer { @@ -54,7 +55,7 @@ /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param> /// <param name="userId">鎿嶄綔浜�</param> /// <returns></returns> - List<BoxInfoDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); + List<BllBoxInfo> AddLabelBox(int imId, string isReset, decimal arriveQty, string productionTime, string expirationTime, string storeTime, int userId); } } -- Gitblit v1.8.0