From 74ab9465837f8a6f9eae854059e9783eff24e173 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 14 七月 2025 18:06:24 +0800
Subject: [PATCH] 多组织修改

---
 MES.Service/Modes/SalesOrderDetail.cs |   31 +++++++++----------------------
 1 files changed, 9 insertions(+), 22 deletions(-)

diff --git a/MES.Service/Modes/SalesOrderDetail.cs b/MES.Service/Modes/SalesOrderDetail.cs
index 28de21c..b0516b7 100644
--- a/MES.Service/Modes/SalesOrderDetail.cs
+++ b/MES.Service/Modes/SalesOrderDetail.cs
@@ -11,7 +11,7 @@
     /// <summary>
     ///     SEQ_sales搴忓垪
     /// </summary>
-    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_sales",
+    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD_MX",
         IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
@@ -67,19 +67,7 @@
     ///     鏄惁璧犲搧
     /// </summary>
     [SugarColumn(ColumnName = "IS_FREE")]
-    public string? IsFree { get; set; }
-
-    /// <summary>
-    ///     閿�鍞鍗曞彿
-    /// </summary>
-    [SugarColumn(ColumnName = "UNW_TEXT_XSDDH")]
-    public string? SalesOrderNo { get; set; }
-
-    /// <summary>
-    ///     璺熷崟鍛�
-    /// </summary>
-    [SugarColumn(ColumnName = "UNW_BASE_GDY")]
-    public string? SalesFollowUp { get; set; }
+    public decimal? IsFree { get; set; }
 
     /// <summary>
     ///     璐т富绫诲瀷
@@ -179,8 +167,9 @@
 
     /// <summary>
     ///     绱閫�璐ч�氱煡鏁伴噺锛堥攢鍞熀鏈級
+    /// </summary>
     [SugarColumn(ColumnName = "BASE_RET_NOTICE_QTY")]
-    public decimal? BaseRetNoticeQty { get; set; } /// </summary>
+    public decimal? BaseRetNoticeQty { get; set; }
 
     /// <summary>
     ///     绱閫�璐ф暟閲忥紙閿�鍞熀鏈級
@@ -207,25 +196,25 @@
     public string? SalesOrder { get; set; }
 
     /// <summary>
-    ///    瀹㈡埛璁㈠崟鍙�
+    ///     瀹㈡埛璁㈠崟鍙�
     /// </summary>
     [SugarColumn(ColumnName = "CUST_ORDER")]
     public string? CustOrder { get; set; }
 
     /// <summary>
-    ///    閿�鍞悎鍚岀紪鍙�
+    ///     閿�鍞悎鍚岀紪鍙�
     /// </summary>
     [SugarColumn(ColumnName = "SALES_CONTRACT_NO")]
     public string? SalesContractNo { get; set; }
 
     /// <summary>
-    ///    鎴愬搧鏂欏彿
+    ///     鎴愬搧鏂欏彿
     /// </summary>
     [SugarColumn(ColumnName = "ITEM_NO")]
     public string? ItemNo { get; set; }
 
     /// <summary>
-    ///    鎴愬搧鍚嶇О
+    ///     鎴愬搧鍚嶇О
     /// </summary>
     [SugarColumn(ColumnName = "ITEM_NAME")]
     public string? ItemName { get; set; }
@@ -237,7 +226,7 @@
     public string? CustId { get; set; }
 
     /// <summary>
-    ///    閲囪喘鍒拌揣鏃ユ湡
+    ///     閲囪喘鍒拌揣鏃ユ湡
     /// </summary>
     [SugarColumn(ColumnName = "ARRIVAL_DATE")]
 
@@ -254,6 +243,4 @@
     /// </summary>
     [SugarColumn(ColumnName = "DDLY")]
     public string? Ddly { get; set; }
-
-
 }
\ No newline at end of file

--
Gitblit v1.9.3