修改了pda

This commit is contained in:
2025-05-20 14:39:33 +08:00
parent 36d34a9bbe
commit e6df47b79a
15 changed files with 160 additions and 18 deletions

View File

@@ -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>