From 308b7c251bbd8dab8562f958db8dc60fae1b929d Mon Sep 17 00:00:00 2001 From: quowingwang Date: Fri, 30 Jan 2026 15:12:05 +0800 Subject: [PATCH] =?UTF-8?q?plc=E6=95=B0=E6=8D=AE=E9=87=87=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RIZO.Admin.WebApi/PLC/Model/PlcProductionData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIZO.Admin.WebApi/PLC/Model/PlcProductionData.cs b/RIZO.Admin.WebApi/PLC/Model/PlcProductionData.cs index c34d50a..803a41b 100644 --- a/RIZO.Admin.WebApi/PLC/Model/PlcProductionData.cs +++ b/RIZO.Admin.WebApi/PLC/Model/PlcProductionData.cs @@ -12,7 +12,7 @@ namespace RIZO.Admin.WebApi.PLC.Model /// /// 主键ID /// - [SugarColumn(IsPrimaryKey = false, IsIdentity = true)] + [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] public int Id { get; set; } ///