From cecd4ee7dac11e8157af2edbaf3f7f2ce13d3346 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期二, 24 十二月 2024 08:30:56 +0800 Subject: [PATCH] 11 --- entity/Womdab.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/entity/Womdab.cs b/entity/Womdab.cs index d4d8723..c3f1fc6 100644 --- a/entity/Womdab.cs +++ b/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; } -- Gitblit v1.9.3