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 |   76 ++++++++++++++++++++++++++++++--------
 1 files changed, 60 insertions(+), 16 deletions(-)

diff --git a/MES.Service/Modes/SalesOrderDetail.cs b/MES.Service/Modes/SalesOrderDetail.cs
index 17ae63e..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>
     ///     绱閫�璐ф暟閲忥紙閿�鍞熀鏈級
@@ -200,4 +188,60 @@
     [SugarColumn(ColumnName = "BASEARQTY")]
     public decimal? BASEARQTY { get; set; }
 
+    /// <summary>
+    ///     閿�鍞鍗曞彿
+    /// </summary>
+    [SugarColumn(ColumnName = "SALES_ORDER")]
+    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; }
+
+    /// <summary>
+    ///     瀹㈡埛
+    /// </summary>
+    [SugarColumn(ColumnName = "CUST_ID")]
+    public string? CustId { get; set; }
+
+    /// <summary>
+    ///    閲囪喘鍒拌揣鏃ユ湡
+    /// </summary>
+    [SugarColumn(ColumnName = "ARRIVAL_DATE")]
+
+    public DateTime? ArrivalDate { get; set; }
+
+    /// <summary>
+    ///     瀹㈡埛鐗╂枡瑙勬牸鍨嬪彿
+    /// </summary>
+    [SugarColumn(ColumnName = "ITEM_MODEL")]
+    public string? ItemModel { get; set; }
+
+    /// <summary>
+    ///     璁㈠崟鏉ユ簮
+    /// </summary>
+    [SugarColumn(ColumnName = "DDLY")]
+    public string? Ddly { get; set; }
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.3