修改了pda
This commit is contained in:
@@ -40,6 +40,12 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 序列号集
|
||||
/// </summary>
|
||||
public List<string> SerialNumbers { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 序列号集
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public List<string> TwoSerialNumbers { get; set; } = new List<string>();
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user