From 8ba0722979e389a8a2f5835022a7d305ab215c08 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期四, 24 七月 2025 17:52:26 +0800
Subject: [PATCH] 来料检增加字段

---
 StandardInterface/MES.Service/Modes/MesItems.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/MesItems.cs b/StandardInterface/MES.Service/Modes/MesItems.cs
index bd6cf87..dc9187d 100644
--- a/StandardInterface/MES.Service/Modes/MesItems.cs
+++ b/StandardInterface/MES.Service/Modes/MesItems.cs
@@ -487,21 +487,20 @@
     /// </summary>
     [SugarColumn(ColumnName = "MJBM")]
     public string? MJBM { get; set; }
-
     /// <summary>
     ///     瀹㈡埛鐗╂枡缂栫爜
     /// </summary>
     [SugarColumn(ColumnName = "KHWLBM")]
-    public string? KHWLBM { get; set; }
+    public string? Khwlbm { get; set; }
     /// <summary>
     ///     棰滆壊
     /// </summary>
     [SugarColumn(ColumnName = "YS")]
-    public string? YS { get; set; }
+    public string? Ys { get; set; }
     /// <summary>
     ///     涓嬮亾宸ュ簭
     /// </summary>
     [SugarColumn(ColumnName = "NEXT_GX")]
-    public string? Next_Gx { get; set; }
+    public string? NesxGx { get; set; }
 
 }
\ No newline at end of file

--
Gitblit v1.9.3