This commit is contained in:
tongfei
2023-10-30 10:47:08 +08:00
9 changed files with 39 additions and 28 deletions

View File

@@ -32,8 +32,8 @@ namespace WMS.Web.Domain.Entitys
/// <summary>
/// 序列号
/// </summary>
[Column("SerialNumber")]
public string SerialNumber { get; set; }
[Column("SerialNumbers")]
public string SerialNumbers { get; set; }
/// <summary>
/// 原箱子ID
/// </summary>