From 74ab9465837f8a6f9eae854059e9783eff24e173 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期一, 14 七月 2025 18:06:24 +0800
Subject: [PATCH] 多组织修改

---
 MES.Service/Modes/SalesOrder.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/MES.Service/Modes/SalesOrder.cs b/MES.Service/Modes/SalesOrder.cs
index 7a5b386..ffbaf1f 100644
--- a/MES.Service/Modes/SalesOrder.cs
+++ b/MES.Service/Modes/SalesOrder.cs
@@ -11,7 +11,8 @@
     /// <summary>
     ///     SEQ_sales搴忓垪
     /// </summary>
-    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD",IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_XSDD",
+        IsPrimaryKey = true)]
     public decimal? Id { get; set; }
 
     [SugarColumn(ColumnName = "ERP_ID")]
@@ -106,6 +107,4 @@
 
     [SugarColumn(ColumnName = "ENTRY_NOTE")]
     public string? EntryNote { get; set; } // 澶囨敞
-
-
 }
\ No newline at end of file

--
Gitblit v1.9.3