列表接口优化

This commit is contained in:
tongfei
2023-11-25 09:51:50 +08:00
parent ba76de1022
commit 1f0f21bd12
12 changed files with 105 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ namespace WMS.Web.Core.Dto
public string BillNo { get; set; }
/// <summary>
/// 所属箱号ID
/// 所属箱号编码
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
@@ -57,11 +57,22 @@ namespace WMS.Web.Core.Dto
/// 数量
/// </summary>
public decimal Qty { get; set; }
/// <summary>
/// 组织
/// </summary>
public string Org { get; set; }
/// <summary>
/// 仓位
/// </summary>
public string SubStock { get; set; }
/// <summary>
/// 仓库
/// </summary>
public string Stock { get; set; }
/// <summary>
/// 序列号集
/// </summary>

View File

@@ -27,6 +27,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public string Specifications { get; set; }
/// <summary>
/// 组织
/// </summary>
public string Org { get; set; }
/// <summary>
/// 仓库
/// </summary>

View File

@@ -32,6 +32,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public string Type { get; set; }
/// <summary>
/// 组织
/// </summary>
public string Org { get; set; }
/// <summary>
/// 仓库
/// </summary>