11
啊鑫
2024-12-24 cecd4ee7dac11e8157af2edbaf3f7f2ce13d3346
entity/Womdab.cs
@@ -45,7 +45,7 @@
    public int? Dab002 { get; set; }
    /// <summary>
    /// 材料编码
    /// 材料id
    ///</summary>
    [SugarColumn(ColumnName = "dab003")]
    public string? Dab003 { get; set; }
@@ -232,6 +232,12 @@
    [SugarColumn(ColumnName = "hb_no")]
    public string? HbNo { get; set; }
    /// <summary>
    /// 物料编码
    ///</summary>
    [SugarColumn(ColumnName = "dab024")]
    public string? Dab024 { get; set; }
    // 动态添加的属性
    [SugarColumn(IsIgnore = true)] public decimal? wNum { get; set; }