From 5200b8b5a92b707ae7f115c7fd07cb7afc109980 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 03 七月 2025 15:44:03 +0800
Subject: [PATCH] 更新配置和扩展功能,优化代码结构  修改 `http.js` 中的 `axios.defaults.baseURL` 配置,调整开发环境 URL。 - 在 `Dt_BillGroupStock_Hty.jsx` 和 `Dt_OutTime.jsx` 中添加作者信息和文档链接,增强组件扩展功能。 - 新增 `tables.js` 中的路由配置,包含 `Dt_BillGroupStock_Hty` 的路径。 - 在 `Dt_BillGroupStock_Hty.vue` 和 `Dt_OutTime.vue` 中定义表格列、编辑和搜索表单字段。 - 新增 `IStockInfoHtyRepository.cs` 和 `IStockInfoHtyService.cs` 接口定义。 - 在 `StockInfoHtyRepository.cs` 和 `StockInfoHtyService.cs` 中实现分页查询和批量删除功能。 - 更新 `appsettings.json` 中的数据库连接字符串,修改数据库名称。

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
index a4ebcc0..c7391c7 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
@@ -24,7 +24,7 @@
         /// </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,8 +64,8 @@
         /// </summary>
         [ImporterHeader(Name = "瀵瑰簲PLC缂栧彿")]
         [ExporterHeader(DisplayName = "瀵瑰簲PLC缂栧彿")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀵瑰簲PLC缂栧彿")]
-        public string PLCCode { get; set; }
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀵瑰簲PLC缂栧彿")]
+        public string DeviceCode { get; set; }
 
         /// <summary>
         /// 绔欏彴浣嶇疆
@@ -99,6 +99,15 @@
         [ExporterHeader(DisplayName = "鐢熶骇浜х嚎")]
         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢熶骇浜х嚎")]
         public string ProductionLine { get; set; }
+
+        /// <summary>
+        /// 宸烽亾
+        /// </summary>
+        [ImporterHeader(Name = "宸烽亾")]
+        [ExporterHeader(DisplayName = "宸烽亾")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "宸烽亾")]
+        public string Roadway { get; set; }
         
+
     }
 }

--
Gitblit v1.9.3