1
hao
2025-06-19 ea4002e9f17e4659cf1905250780f5e0a5b17473
StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs
@@ -173,4 +173,9 @@
    public DateTime? LastupdateDate { get; set; }
    [SugarColumn(IsIgnore = true)] public int? Unqualified { get; set; }
    /// <summary>
    ///     备注
    /// </summary>
    [SugarColumn(ColumnName = "MEOM")]
    public string? Meom { get; set; }
}