From 2da4ff61e1004f55330b369869650bd8d5c05d73 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 10 七月 2025 15:49:50 +0800
Subject: [PATCH] 1

---
 CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs b/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs
index 970c257..4eb86b4 100644
--- a/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs
+++ b/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/dt_needBarcode.cs
@@ -16,7 +16,7 @@
         [Key]
         [ImporterHeader(IsIgnore = true)]
         [ExporterHeader(DisplayName = "涓婚敭")]
-        [SugarColumn(IsIdentity = true, IsNullable = true, IsPrimaryKey = true, ColumnDescription = "涓婚敭")]
+        [SugarColumn(IsIdentity = true,  IsPrimaryKey = true, ColumnDescription = "涓婚敭")]
         public int id { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3