修复bug
This commit is contained in:
@@ -17,10 +17,14 @@ namespace WMS.Web.Core.Dto
|
||||
/// 箱号
|
||||
/// </summary>
|
||||
public string BoxBillNo { get; set; }
|
||||
///// <summary>
|
||||
///// 仓位Id(序列号不存在库存的话仓位是0)
|
||||
///// </summary>
|
||||
//public int SubStockId { get; set; } = 0;
|
||||
/// <summary>
|
||||
/// 仓位Id(序列号不存在库存的话仓位是0)
|
||||
/// 仓位编码(序列号不存在库存的话仓位是"")
|
||||
/// </summary>
|
||||
public int SubStockId { get; set; } = 0;
|
||||
public string SubStockCode { get; set; } = "";
|
||||
/// <summary>
|
||||
/// 是否存在于箱库存中
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user