From a5019b475f8620dba3b495da983f4db9e32f7ca8 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 08:18:36 +0800
Subject: [PATCH] AOI

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

diff --git a/MES.Service/Modes/SalesOrderDetail.cs b/MES.Service/Modes/SalesOrderDetail.cs
index 28de21c..4650faa 100644
--- a/MES.Service/Modes/SalesOrderDetail.cs
+++ b/MES.Service/Modes/SalesOrderDetail.cs
@@ -11,8 +11,7 @@
     /// <summary>
     ///     SEQ_sales搴忓垪
     /// </summary>
-    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_sales",
-        IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD_MX",IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
     /// <summary>
@@ -67,19 +66,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 +166,9 @@
 
     /// <summary>
     ///     绱閫�璐ч�氱煡鏁伴噺锛堥攢鍞熀鏈級
+    /// </summary>
     [SugarColumn(ColumnName = "BASE_RET_NOTICE_QTY")]
-    public decimal? BaseRetNoticeQty { get; set; } /// </summary>
+    public decimal? BaseRetNoticeQty { get; set; }
 
     /// <summary>
     ///     绱閫�璐ф暟閲忥紙閿�鍞熀鏈級

--
Gitblit v1.9.3