From 597f8e08e6264b2143454e40a7be553d1e8b6df7 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期五, 09 五月 2025 17:04:19 +0800 Subject: [PATCH] 2025/5/9 沈 --- StandardInterface/MES.Service/Modes/MesItems.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Modes/MesItems.cs b/StandardInterface/MES.Service/Modes/MesItems.cs index 265e4c0..bd6cf87 100644 --- a/StandardInterface/MES.Service/Modes/MesItems.cs +++ b/StandardInterface/MES.Service/Modes/MesItems.cs @@ -482,5 +482,26 @@ /// </summary> [SugarColumn(ColumnName = "WLFZMC")] public string? WLFZMC { get; set; } + /// <summary> + /// 妯″叿缂栫爜 + /// </summary> + [SugarColumn(ColumnName = "MJBM")] + public string? MJBM { get; set; } + + /// <summary> + /// 瀹㈡埛鐗╂枡缂栫爜 + /// </summary> + [SugarColumn(ColumnName = "KHWLBM")] + public string? KHWLBM { get; set; } + /// <summary> + /// 棰滆壊 + /// </summary> + [SugarColumn(ColumnName = "YS")] + public string? YS { get; set; } + /// <summary> + /// 涓嬮亾宸ュ簭 + /// </summary> + [SugarColumn(ColumnName = "NEXT_GX")] + public string? Next_Gx { get; set; } } \ No newline at end of file -- Gitblit v1.9.3