From 6d4a530d8c9012973eb90a01486e22c3f09a6eb6 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期五, 02 二月 2024 13:19:59 +0800 Subject: [PATCH] 合并箱码明细表和标签表 --- Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs index 8159bfe..23e97e8 100644 --- a/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs +++ b/Wms/WMS.IBLL/IBllAsnServer/IBllBoxInfoServer.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Text; +using Model.ModelDto.BllAsnDto; namespace WMS.IBLL.IBllAsnServer { @@ -24,5 +25,23 @@ /// <returns></returns> List<BoxInfoDto> GetBoxInfoList(string boxCode,string isContinue, string boxCode2); + /// <summary> + /// 鑾峰彇鏍囩淇℃伅(鐢熸垚鏍囩) + /// </summary> + /// <param name="imId">鍏ュ簱鍗曟槑缁咺D</param> + /// <param name="isReset">鏄惁閲嶆柊鐢熸垚鑷湁鎵规 0:鍚� 1:鏄�</param> + /// <param name="arriveQty">鍒拌揣鏁伴噺</param> + /// <param name="skuName">鐗╂枡鍚嶇О</param> + /// <param name="standard">瑙勬牸/鍨嬪彿</param> + /// <param name="packStandard">鍖呰瑙勬牸</param> + /// <param name="skuNo">鐗╂枡缂栫爜</param> + /// <param name="supplierLot">渚涘簲鍟嗘壒娆�</param> + /// <param name="productionTime">鐢熶骇鏃ユ湡</param> + /// <param name="expirationTime">鏈夋晥鏈熻嚦</param> + /// <param name="storeTime">鍌ㄥ瓨鏈熻嚦</param> + /// <param name="userId">鎿嶄綔浜�</param> + /// <returns></returns> + List<LabelBoxDto> AddLabelBoxReturn(int imId, string isReset, decimal arriveQty, string skuName, string standard, string packStandard, string skuNo, string supplierLot, string productionTime, string expirationTime, string storeTime, int userId); + } } -- Gitblit v1.8.0