From 68ffdb50f5c39d09a11e83bbb415784cde1b6c3e Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期一, 07 四月 2025 14:31:17 +0800
Subject: [PATCH] 优化静置入库出库口交管

---
 CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs b/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
index a4ebcc0..f84af94 100644
--- a/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
+++ b/CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
@@ -17,14 +17,14 @@
         /// </summary>
         [ImporterHeader(Name = "涓婚敭")]
         [ExporterHeader(DisplayName = "涓婚敭")]
-        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
+        [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "涓婚敭")]
         public int Id { get; set; }
         /// <summary>
         /// 绔欏彴缂栧彿锛屽敮涓�鏍囪瘑姣忎釜绔欏彴鐨勭紪鍙�
         /// </summary>
         [ImporterHeader(Name = "绔欏彴缂栧彿锛屽敮涓�鏍囪瘑姣忎釜绔欏彴鐨勭紪鍙�")]
         [ExporterHeader(DisplayName = "绔欏彴缂栧彿锛屽敮涓�鏍囪瘑姣忎釜绔欏彴鐨勭紪鍙�")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绔欏彴缂栧彿锛屽敮涓�鏍囪瘑姣忎釜绔欏彴鐨勭紪鍙�")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "绔欏彴缂栧彿锛屽敮涓�鏍囪瘑姣忎釜绔欏彴鐨勭紪鍙�")]
         public string PlatCode { get; set; }
 
         /// <summary>
@@ -32,7 +32,7 @@
         /// </summary>
         [ImporterHeader(Name = "绔欏彴鍚嶇О")]
         [ExporterHeader(DisplayName = "绔欏彴鍚嶇О")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绔欏彴鍚嶇О")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "绔欏彴鍚嶇О")]
         public string PlatformName { get; set; }
 
         /// <summary>
@@ -40,7 +40,7 @@
         /// </summary>
         [ImporterHeader(Name = "瀵瑰簲鍫嗗灈鏈�")]
         [ExporterHeader(DisplayName = "瀵瑰簲鍫嗗灈鏈�")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲鍫嗗灈鏈�")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀵瑰簲鍫嗗灈鏈�")]
         public string Stacker { get; set; }
 
         /// <summary>
@@ -48,7 +48,7 @@
         /// </summary>
         [ImporterHeader(Name = "鎵ц鏂规硶")]
         [ExporterHeader(DisplayName = "鎵ц鏂规硶")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵ц鏂规硶")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵ц鏂规硶")]
         public string ExecutionMethod { get; set; }
 
         /// <summary>
@@ -56,7 +56,7 @@
         /// </summary>
         [ImporterHeader(Name = "绔欏彴绫诲瀷")]
         [ExporterHeader(DisplayName = "绔欏彴绫诲瀷")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "绔欏彴绫诲瀷")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "绔欏彴绫诲瀷")]
         public string PlatformType { get; set; }
 
         /// <summary>
@@ -64,7 +64,7 @@
         /// </summary>
         [ImporterHeader(Name = "瀵瑰簲PLC缂栧彿")]
         [ExporterHeader(DisplayName = "瀵瑰簲PLC缂栧彿")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲PLC缂栧彿")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀵瑰簲PLC缂栧彿")]
         public string PLCCode { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3