From 8685c8e96eeeaa262044f0fdc7827e645f5e22a0 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 23 十二月 2024 21:50:07 +0800 Subject: [PATCH] 111 --- 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