From 2f0a743446b5b9771445e3db22089264f7d237cb Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 02 七月 2025 17:11:52 +0800 Subject: [PATCH] 11 --- MES.Service/Modes/MesItems.cs | 25 +++++++++++++++++++++++-- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/MES.Service/Modes/MesItems.cs b/MES.Service/Modes/MesItems.cs index d830cb6..4513afa 100644 --- a/MES.Service/Modes/MesItems.cs +++ b/MES.Service/Modes/MesItems.cs @@ -396,6 +396,27 @@ /// <summary> /// 妯″叿缂栧彿 /// </summary> - [SugarColumn(ColumnName = "F_MJBH")] - public string? F_MJBH { get; set; } + //[SugarColumn(ColumnName = "F_MJBH")] + // public string? F_MJBH { get; set; } + + /// <summary> + /// 瀹㈡埛鍨嬪彿 + /// </summary> + [SugarColumn(ColumnName = "FXIFGTEXTKHXH")] + public string? FXIFGTEXTKHXH { get; set; } + /// <summary> + /// 瀹㈡埛鐗╂枡缂栫爜 + /// </summary> + [SugarColumn(ColumnName = "FXIFGTEXTKHWLBM")] + public string? FXIFGTEXTKHWLBM { get; set; } + /// <summary> + /// 鏃х墿鏂欏悕绉� + /// </summary> + [SugarColumn(ColumnName = "FXIFGTEXTWLMC")] + public string? FXIFGTEXTWLMC { get; set; } + /// <summary> + /// 鏃х墿鏂欒鏍� + /// </summary> + [SugarColumn(ColumnName = "FXIFGTEXTJGG")] + public string? FXIFGTEXTJGG { get; set; } } \ No newline at end of file -- Gitblit v1.9.3