改了查询

This commit is contained in:
2025-07-24 11:52:36 +08:00
parent 66f2a9b86f
commit 506f653f44
10 changed files with 295 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
using BarCode.Web.Core;
using AutoMapper.Configuration.Annotations;
using BarCode.Web.Core;
using BarCode.Web.Core.Help;
using BarCode.Web.Core.Internal.Results;
using BarCode.Web.Domain.Services.Public;
@@ -61,12 +62,12 @@ namespace BarCode.Web.Domain.Entitys
/// <summary>
/// 序列号
/// </summary>
[Column("SuitNumber")]
[Ignore]
public string SuitNumber { get; set; } = string.Empty;
/// <summary>
/// 产生第二个
/// </summary>
[Column("TwoSerialNumber")]
[Ignore]
public string TwoSerialNumber { get; set; } = string.Empty;
/// <summary>
/// 物料Id