修改了pda
This commit is contained in:
@@ -64,6 +64,11 @@ namespace WMS.Web.Core.Dto.TakeStock
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
public List<string> SerialNumbers { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 第二个序列号
|
||||
/// </summary>
|
||||
public List<string> TwoSerialNumbers { get; set; } = new List<string>();
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user