From 7d13b041f6cf87bddb0e3523c4cf1a328fc159f6 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 21 十一月 2025 15:28:28 +0800
Subject: [PATCH] 增加立库的出库接口

---
 StandardPda/MES.Service/Modes/SalesOrderDetail.cs |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/SalesOrderDetail.cs b/StandardPda/MES.Service/Modes/SalesOrderDetail.cs
index ab20294..c287c4e 100644
--- a/StandardPda/MES.Service/Modes/SalesOrderDetail.cs
+++ b/StandardPda/MES.Service/Modes/SalesOrderDetail.cs
@@ -11,7 +11,8 @@
     /// <summary>
     ///     SEQ_sales搴忓垪
     /// </summary>
-    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SALES_ORDER_DETAIL_ID", IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "ID",
+        OracleSequenceName = "SALES_ORDER_DETAIL_ID", IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
     /// <summary>
@@ -195,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; }
@@ -225,7 +226,7 @@
     public string? CustId { get; set; }
 
     /// <summary>
-    ///    閲囪喘鍒拌揣鏃ユ湡
+    ///     閲囪喘鍒拌揣鏃ユ湡
     /// </summary>
     [SugarColumn(ColumnName = "ARRIVAL_DATE")]
 
@@ -244,63 +245,62 @@
     public string? Ddly { get; set; }
 
     /// <summary>
-    /// 琛屽彿
+    ///     琛屽彿
     /// </summary>
     [SugarColumn(ColumnName = "FLINE_NO", IsNullable = true)]
     public string? FLineNo { get; set; }
 
     /// <summary>
-    /// 琛岀姸鎬�
+    ///     琛岀姸鎬�
     /// </summary>
     [SugarColumn(ColumnName = "FLINE_STATUS", IsNullable = true)]
     public string? FLineStatus { get; set; }
 
     /// <summary>
-    /// 鎵╁睍瀛楁
+    ///     鎵╁睍瀛楁
     /// </summary>
     [SugarColumn(ColumnName = "FEXTEND_FIELD", IsNullable = true)]
     public string? FExtendField { get; set; }
 
     /// <summary>
-    /// 瀹㈡埛
+    ///     瀹㈡埛
     /// </summary>
     [SugarColumn(ColumnName = "FCUSTOMER", IsNullable = true)]
     public string? FCustomer { get; set; }
 
     /// <summary>
-    /// 鏀惰揣浣嶇疆
+    ///     鏀惰揣浣嶇疆
     /// </summary>
     [SugarColumn(ColumnName = "FRECEIVE_LOCATION", IsNullable = true)]
     public string? FReceiveLocation { get; set; }
 
     /// <summary>
-    /// 渚涘簲缁勭粐
+    ///     渚涘簲缁勭粐
     /// </summary>
     [SugarColumn(ColumnName = "FSUPPLY_ORG", IsNullable = true)]
     public string? FSupplyOrg { get; set; }
 
     /// <summary>
-    /// 閮ㄩ棬
+    ///     閮ㄩ棬
     /// </summary>
     [SugarColumn(ColumnName = "FDEPARTMENT", IsNullable = true)]
     public string? FDepartment { get; set; }
 
     /// <summary>
-    /// 涓氬姟鍛�
+    ///     涓氬姟鍛�
     /// </summary>
     [SugarColumn(ColumnName = "FSALES_PERSON", IsNullable = true)]
     public string? FSalesPerson { get; set; }
 
     /// <summary>
-    /// 椤圭洰
+    ///     椤圭洰
     /// </summary>
     [SugarColumn(ColumnName = "FPROJECT", IsNullable = true)]
     public string? FProject { get; set; }
 
     /// <summary>
-    /// 闇�姹傚垎绫�
+    ///     闇�姹傚垎绫�
     /// </summary>
     [SugarColumn(ColumnName = "FDEMAND_CATEGORY", IsNullable = true)]
     public string? FDemandCategory { get; set; }
-
 }
\ No newline at end of file

--
Gitblit v1.9.3