From 986bbf207ec3ecab9dfbf3fed50b565d2a2676fc Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期六, 19 七月 2025 14:48:27 +0800
Subject: [PATCH] 来料检上传附件

---
 StandardInterface/MES.Service/Modes/SalesOrderDetail.cs |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/SalesOrderDetail.cs b/StandardInterface/MES.Service/Modes/SalesOrderDetail.cs
index f119d7b..2bceef8 100644
--- a/StandardInterface/MES.Service/Modes/SalesOrderDetail.cs
+++ b/StandardInterface/MES.Service/Modes/SalesOrderDetail.cs
@@ -132,7 +132,8 @@
     ///     缁堟鏃ユ湡
     /// </summary>
     [SugarColumn(ColumnName = "TERMINATE_DATE")]
-    public DateTime? TerminateDate { get; set; }
+    //public DateTime? TerminateDate { get; set; }
+    public string? TerminateDate { get; set; }
 
     /// <summary>
     ///     缁堟浜�
@@ -243,5 +244,22 @@
     [SugarColumn(ColumnName = "DDLY")]
     public string? Ddly { get; set; }
 
+    /// <summary>
+    ///     閲囪喘璁㈠崟
+    /// </summary>
+    [SugarColumn(ColumnName = "CGDD")]
+    public string? Cgdd { get; set; }
+
+    /// <summary>
+    ///     閲囪喘璁㈠崟id
+    /// </summary>
+    [SugarColumn(ColumnName = "CGDD_ID")]
+    public string? CgddId { get; set; }
+
+    /// <summary>
+    ///     璁㈠崟鏉ユ簮
+    /// </summary>
+    [SugarColumn(ColumnName = "CGDD_LINE_ID")]
+    public string? CgddLineId { get; set; }
 
 }
\ No newline at end of file

--
Gitblit v1.9.3