From d7bf5fce0a442c858d02675a2c71a8af49937ae2 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期三, 04 六月 2025 17:20:54 +0800
Subject: [PATCH] 分布式调拨

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

diff --git a/StandardInterface/MES.Service/Modes/Womcaa.cs b/StandardInterface/MES.Service/Modes/Womcaa.cs
index 50d680f..312db20 100644
--- a/StandardInterface/MES.Service/Modes/Womcaa.cs
+++ b/StandardInterface/MES.Service/Modes/Womcaa.cs
@@ -425,5 +425,23 @@
         ///</summary>
          [SugarColumn(ColumnName= "CG_LINE_ID")]
          public string Cglineid { get; set; }
+
+        /// <summary>
+        /// 濮斿缁勭粐 
+        ///</summary>
+        [SugarColumn(ColumnName = "WW_ORG")]
+        public string WwOrg { get; set; }
+        /// <summary>
+        /// 閲囪喘缁勭粐 
+        ///</summary>
+        [SugarColumn(ColumnName = "CG_ORG")]
+        public string CgOrg { get; set; }
+        /// <summary>
+        /// 渚涘簲鍟唅d 
+        ///</summary>
+        [SugarColumn(ColumnName = "SUPP_ID")]
+        public string SuppId { get; set; }
+
+
     }
 }

--
Gitblit v1.9.3