From c6d9fc76d16c944e64d6490eb2a6d866fd7a38f0 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期三, 12 十一月 2025 09:06:01 +0800
Subject: [PATCH] 11
---
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