From 5f467d39b6bcca41c0720493c1f6e68c77ea89e4 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期日, 20 七月 2025 18:08:51 +0800
Subject: [PATCH] ftp服务器上传

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

diff --git a/StandardInterface/MES.Service/Modes/MesItems.cs b/StandardInterface/MES.Service/Modes/MesItems.cs
index 281324b..dc9187d 100644
--- a/StandardInterface/MES.Service/Modes/MesItems.cs
+++ b/StandardInterface/MES.Service/Modes/MesItems.cs
@@ -477,6 +477,30 @@
     /// </summary>
     [SugarColumn(ColumnName = "F_BZGS")]
     public string? F_BZGS { get; set; }
-
+    /// <summary>
+    ///     鍒嗙粍鍚嶇О
+    /// </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