From 4a8f16f0d07d67098e538c6a03bdc979b04af9bc Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 15 九月 2025 16:16:10 +0800 Subject: [PATCH] 1111 --- MES.Service/Modes/MesSupplier.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MES.Service/Modes/MesSupplier.cs b/MES.Service/Modes/MesSupplier.cs index 0a09bd8..6ef30ec 100644 --- a/MES.Service/Modes/MesSupplier.cs +++ b/MES.Service/Modes/MesSupplier.cs @@ -18,7 +18,7 @@ /// <summary> /// ID ///</summary> - [SugarColumn(ColumnName = "id", IsIdentity = true)] + [SugarColumn(ColumnName = "id")] public decimal Id { get; set; } /// <summary> -- Gitblit v1.9.3