增加字段
This commit is contained in:
@@ -22,6 +22,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// </summary>
|
||||
public int SubStockId { get; set; } = 0;
|
||||
/// <summary>
|
||||
/// 是否存在于箱库存中
|
||||
/// </summary>
|
||||
public bool IsBoxInventory { get; set; } = false;
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
public string SerialNumber { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user