From 5de35354e8dfcb4933350d0d1b645d400bcf23ab Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期二, 22 七月 2025 15:30:09 +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