From e3c454b61eb969d186110c3ad7ab6a289cbc013a Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期五, 25 四月 2025 10:17:22 +0800
Subject: [PATCH] 生产订单 加 成品编号
---
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