From ad1aeb59db293e459695b131323fd0caa58e7be1 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期四, 08 五月 2025 18:59:34 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/HM_JK --- 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