wbc
6 天以前 e19f8a13e2b35e6836ce46c17402c44327814a00
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; }
}