改箱调整
This commit is contained in:
@@ -38,5 +38,9 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
|
||||
///</summary>
|
||||
[Required(ErrorMessage = "数量不能为空")]
|
||||
public decimal Qty { get; set; }
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
public List<string> SerialNumbers { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user