改箱去掉仓库
This commit is contained in:
@@ -18,10 +18,6 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
|
||||
/// </summary>
|
||||
public string DestBox { get; set; }
|
||||
/// <summary>
|
||||
/// 仓库
|
||||
/// </summary>
|
||||
public int? StockId { get; set; }
|
||||
/// <summary>
|
||||
/// 原仓位ID
|
||||
/// </summary>
|
||||
public int? SrcSubStockId { get; set; }
|
||||
|
||||
@@ -22,10 +22,6 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
|
||||
/// </summary>
|
||||
public string Specifications { get; set; }
|
||||
/// <summary>
|
||||
/// 仓库
|
||||
/// </summary>
|
||||
public string Stock { get; set; }
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
public string SerialNumbers { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user