From 86c6a1651795676219683797a33ae61531e769d5 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 09 八月 2025 17:01:19 +0800
Subject: [PATCH] 11

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

diff --git a/MES.Service/Modes/MesRohIn.cs b/MES.Service/Modes/MesRohIn.cs
index abdfd74..95f450d 100644
--- a/MES.Service/Modes/MesRohIn.cs
+++ b/MES.Service/Modes/MesRohIn.cs
@@ -268,4 +268,22 @@
     /// </summary>
     [SugarColumn(ColumnName = "REMARK5")]
     public string? Remark5 { get; set; }
+
+    /// <summary>
+    ///     涓氬姟绫诲瀷
+    /// </summary>
+    [SugarColumn(ColumnName = "ARRIVE_DATE")]
+    public DateTime? ArriveDate { get; set; }
+
+    /// <summary>
+    ///     閲囪喘鏃ユ湡
+    /// </summary>
+    [SugarColumn(ColumnName = "RECEIVE_ORG")]
+    public decimal? ReceiveOrg { get; set; }
+
+    /// <summary>
+    ///     瀹℃壒鎰忚
+    /// </summary>
+    [SugarColumn(ColumnName = "F_WWC_TEXT")]
+    public string? F_WWC_TEXT { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3