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 | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Modes/MesItems.cs b/StandardInterface/MES.Service/Modes/MesItems.cs index afa7d7d..bd6cf87 100644 --- a/StandardInterface/MES.Service/Modes/MesItems.cs +++ b/StandardInterface/MES.Service/Modes/MesItems.cs @@ -488,4 +488,20 @@ [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