From c9481ef82ebf4095605f68695a1d02a252d33ff3 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期五, 27 六月 2025 16:54:34 +0800
Subject: [PATCH] 破坏实验添加

---
 StandardInterface/MES.Service/Modes/MesItems.cs |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/MesItems.cs b/StandardInterface/MES.Service/Modes/MesItems.cs
index 265e4c0..dc9187d 100644
--- a/StandardInterface/MES.Service/Modes/MesItems.cs
+++ b/StandardInterface/MES.Service/Modes/MesItems.cs
@@ -482,5 +482,25 @@
     /// </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? NesxGx { get; set; }
 
 }
\ No newline at end of file

--
Gitblit v1.9.3