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/Womcaa.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MES.Service/Modes/Womcaa.cs b/MES.Service/Modes/Womcaa.cs index 7669e20..86381d8 100644 --- a/MES.Service/Modes/Womcaa.cs +++ b/MES.Service/Modes/Womcaa.cs @@ -11,7 +11,8 @@ /// <summary> /// 鑷鍒� SEQ_CAA /// </summary> - [SugarColumn(ColumnName = "ID", IsPrimaryKey = true,OracleSequenceName = "SEQ_CAA")] + [SugarColumn(ColumnName = "ID", IsPrimaryKey = true, + OracleSequenceName = "SEQ_CAA")] public decimal? Id { get; set; } /// <summary> -- Gitblit v1.9.3