盘点增加序列号

This commit is contained in:
18942506660
2023-11-23 14:38:39 +08:00
parent 3080c50e0b
commit 8cf8dab210
5 changed files with 19 additions and 3 deletions

View File

@@ -97,6 +97,11 @@ namespace WMS.Web.Domain.Entitys
[Column("Remark")]
public string Remark { get; set; }
/// <summary>
/// 序列号
/// </summary>
[Column("SerialNumbers")]
public List<string> SerialNumbers { get; set; } = new List<string>();
/// <summary>
/// 创建
/// </summary>
/// <param name="creatorId"></param>