11
啊鑫
2025-01-11 e648b8f3c2647be4248ce6eed4fa21c9412ddb65
entity/MesItemTblDetail.cs
@@ -95,11 +95,9 @@
    [SugarColumn(ColumnName = "tld012")]
    public int? Tld012 { get; set; }
    [SugarColumn(IsIgnore = true)]
    public string? BillNo { get; set; }
    [SugarColumn(IsIgnore = true)] public string? BillNo { get; set; }
    [SugarColumn(IsIgnore = true)]
    public string? ItemNo { get; set; }
    [SugarColumn(IsIgnore = true)] public string? ItemNo { get; set; }
    /// <summary>
    ///     物料名称
@@ -107,6 +105,5 @@
    [SugarColumn(IsIgnore = true)]
    public string? ItemName { get; set; }
    [SugarColumn(IsIgnore = true)]
    public string ItemModel { get; set; }
    [SugarColumn(IsIgnore = true)] public string ItemModel { get; set; }
}