11
啊鑫
2024-12-24 cecd4ee7dac11e8157af2edbaf3f7f2ce13d3346
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; }
}