啊鑫
2025-04-23 28e95c7fbb12b038ca4c82a73260791cfd52c384
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; }
}