cnf
2025-11-29 e57987bff5891297af9ecbbec5ed6dc9e84bdad2
WebApi/GS.QC/Models/MesQmCheckitem.cs
@@ -215,21 +215,23 @@
    /// <summary>
    ///     使用组织
    /// 使用组织
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string FSubsidiary { get; set; }
    /// <summary>
    ///     物料名称
    /// 物料名称
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string mc { get; set; }
    /// <summary>
    ///     物料规格
    /// 物料规格
    /// </summary>
    [SugarColumn(IsIgnore = true)]
    public string gg { get; set; }
}