11
啊鑫
2025-01-13 cb23d88faf0bd112db57816c5cc02e47eb685324
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; }
}