From 19f470069c5bff7ea89a67d2b07f02a5475f11f1 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期六, 06 九月 2025 09:02:48 +0800
Subject: [PATCH] 生产订单字段

---
 StandardInterface/MES.Service/Modes/Womcaa.cs          |    5 +++++
 StandardInterface/MES.Service/service/WomcaaManager.cs |    1 +
 StandardInterface/MES.Service/Dto/webApi/ErpCAA.cs     |    1 +
 StandardInterface/MES.Service/Modes/MessageCenter.cs   |    2 +-
 4 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/webApi/ErpCAA.cs b/StandardInterface/MES.Service/Dto/webApi/ErpCAA.cs
index c882e0f..34d9f65 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ErpCAA.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/ErpCAA.cs
@@ -74,6 +74,7 @@
   public string? SJ_xs { get; set; }  //瀹為檯绌存暟
     public string? NEXT_Gx { get; set; }  //涓嬮亾宸ュ簭
     public string? RKS { get; set; }  //鍏ュ簱鏁�
+    public string? KHWLBM { get; set; }  //瀹㈡埛鐗╂枡缂栫爜
     ////濮斿瀛楁
     //public string? F_ZJXF_DATETIME_YHRQ { get; set; }
     //public string? F_ZJXF_BASE_KH { get; set; }
diff --git a/StandardInterface/MES.Service/Modes/MessageCenter.cs b/StandardInterface/MES.Service/Modes/MessageCenter.cs
index de26f7e..d485ada 100644
--- a/StandardInterface/MES.Service/Modes/MessageCenter.cs
+++ b/StandardInterface/MES.Service/Modes/MessageCenter.cs
@@ -4,7 +4,7 @@
 
 /// <summary>
 /// </summary>
-[SugarTable("MESSAGE_CENTER")]
+[SugarTable("MESSAGE_CENTER1")]
 public class MessageCenter
 {
     /// <summary>
diff --git a/StandardInterface/MES.Service/Modes/Womcaa.cs b/StandardInterface/MES.Service/Modes/Womcaa.cs
index 896d312..d071a03 100644
--- a/StandardInterface/MES.Service/Modes/Womcaa.cs
+++ b/StandardInterface/MES.Service/Modes/Womcaa.cs
@@ -491,5 +491,10 @@
         ///</summary>
         [SugarColumn(ColumnName = "RKS")]
         public string Rks { get; set; }
+        /// <summary>
+        /// 瀹㈡埛鐗╂枡缂栫爜 
+        ///</summary>
+        [SugarColumn(ColumnName = "KHWLBM")]
+        public string Khwlbm { get; set; }
     }
 }
diff --git a/StandardInterface/MES.Service/service/WomcaaManager.cs b/StandardInterface/MES.Service/service/WomcaaManager.cs
index 37adb77..ef9344e 100644
--- a/StandardInterface/MES.Service/service/WomcaaManager.cs
+++ b/StandardInterface/MES.Service/service/WomcaaManager.cs
@@ -278,6 +278,7 @@
             Sjxs=dto.SJ_xs,
             Nextgx=dto.NEXT_Gx,
             Rks=dto.RKS,
+            Khwlbm=dto.KHWLBM,
             //娌冨皵鏂板
             // WR_F_SCDD_SCTZD = dto.F_SCDD_SCTZD
             //WR_F_SCDD_XH = dto.F_SCDD_XH

--
Gitblit v1.9.3