出库信息导出

This commit is contained in:
18942506660
2024-04-23 11:15:42 +08:00
parent 7f110d3dfd
commit 1cfe4e0c93
11 changed files with 303 additions and 10 deletions

View File

@@ -9,6 +9,18 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// </summary>
public class OutStockTaskInfoDetailsResponse
{
/// <summary>
/// 物料名称
/// </summary>
public string MaterialName { get; set; }
/// <summary>
/// 物料69条码
/// </summary>
public string BarCode { get; set; }
/// <summary>
/// 序列号(数组)
/// </summary>
public List<string> SerialNumberList { get; set; } = new List<string>();
/// <summary>
/// 物料编码
/// </summary>