修改了删除

This commit is contained in:
2025-05-19 13:59:01 +08:00
parent 553f3c9b01
commit 21c7b5d599
5 changed files with 36 additions and 2 deletions

View File

@@ -40,6 +40,11 @@ namespace BarCode.Web.Domain.Entitys
/// </summary>
[Column("SerialNumbers")]
public List<string> SerialNumbers { get; set; } = new List<string>();
///// <summary>
///// 是否计数
///// </summary>
//[Column("IsNotCount")]
//public string? IsNotCount { get; set; }
}
}