From bc2abaf0794769f9376369fb9defb17a2233e35f Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 03 十一月 2025 09:51:29 +0800
Subject: [PATCH] 格式化代码
---
Wms/WMS.IBLL/IDataServer/IDataBoxInfoServer.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.IBLL/IDataServer/IDataBoxInfoServer.cs b/Wms/WMS.IBLL/IDataServer/IDataBoxInfoServer.cs
index 7b73c75..d18bdaa 100644
--- a/Wms/WMS.IBLL/IDataServer/IDataBoxInfoServer.cs
+++ b/Wms/WMS.IBLL/IDataServer/IDataBoxInfoServer.cs
@@ -1,6 +1,7 @@
锘縰sing System;
using System.Collections.Generic;
using System.Text;
+using Model.ModelDto;
using Model.ModelDto.DataDto;
using WMS.Entity.DataEntity;
@@ -70,5 +71,13 @@
/// <returns></returns>
List<DataBoxInfo> GetDataBoxInfoDaoChu(string id, string skuNo, string skuName, string palletNo, string lotNo, string boxNo, string status, string inspectMark, string bitBoxMark, string inspectStatus);
#endregion
+
+ /// <summary>
+ /// 琛ユ墦搴撳瓨鏄庣粏绠辩爜
+ /// </summary>
+ /// <param name="boxNo"></param>
+ /// <returns></returns>
+ /// <exception cref="Exception"></exception>
+ List<BoxInfoDto> GetBuDaLabelList(string boxNo);
}
}
--
Gitblit v1.8.0