列表填充数据

This commit is contained in:
18942506660
2023-10-30 10:42:26 +08:00
parent cd2e23eccb
commit 6c71e99507
5 changed files with 31 additions and 25 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>