修改了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

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