zjh
2025-06-05 f998563858724f373ea1ff112bdf781a5a46ee8a
StandardPda/MES.Service/Modes/QsItemOqcReq.cs
@@ -1,5 +1,5 @@
using System.ComponentModel.DataAnnotations.Schema;
using SqlSugar;
using System.ComponentModel.DataAnnotations.Schema;
namespace MES.Service.Modes;
@@ -135,4 +135,7 @@
    [SugarColumn(IsIgnore = true)] public string? LineNo { get; set; }
    [SugarColumn(IsIgnore = true)] public decimal? Quantity { get; set; }
    [SugarColumn(IsIgnore = true)] public decimal? ItemInId { get; set; }
    [SugarColumn(IsIgnore = true)] public string? Bgr { get; set; }
}