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/TaskInfo/Dt_Task.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
index 0caccd8..d6e99c9 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs
@@ -42,7 +42,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鍙�")]
         [ExporterHeader(DisplayName = "浠诲姟鍙�")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鍙�")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鍙�")]
         public int TaskNum { get; set; }
 
         /// <summary>
@@ -50,7 +50,7 @@
         /// </summary>
         [ImporterHeader(Name = "鎵樼洏缂栧彿")]
         [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
         public string PalletCode { get; set; }
 
         /// <summary>
@@ -58,7 +58,7 @@
         /// </summary>
         [ImporterHeader(Name = "宸烽亾鍙�")]
         [ExporterHeader(DisplayName = "宸烽亾鍙�")]
-        [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "宸烽亾鍙�")]
+        [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "宸烽亾鍙�")]
         public string Roadway { get; set; }
 
         /// <summary>
@@ -66,7 +66,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟绫诲瀷")]
         [ExporterHeader(DisplayName = "浠诲姟绫诲瀷")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟绫诲瀷")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟绫诲瀷")]
         public int TaskType { get; set; }
 
         /// <summary>
@@ -74,7 +74,7 @@
         /// </summary>
         [ImporterHeader(Name = "浠诲姟鐘舵��")]
         [ExporterHeader(DisplayName = "浠诲姟鐘舵��")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浠诲姟鐘舵��")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浠诲姟鐘舵��")]
         public int TaskState { get; set; }
 
         /// <summary>
@@ -82,7 +82,7 @@
         /// </summary>
         [ImporterHeader(Name = "璧峰鍦板潃")]
         [ExporterHeader(DisplayName = "璧峰鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璧峰鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璧峰鍦板潃")]
         public string SourceAddress { get; set; }
 
         /// <summary>
@@ -90,7 +90,7 @@
         /// </summary>
         [ImporterHeader(Name = "鐩爣鍦板潃")]
         [ExporterHeader(DisplayName = "鐩爣鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鐩爣鍦板潃")]
         public string TargetAddress { get; set; }
 
         /// <summary>
@@ -98,7 +98,7 @@
         /// </summary>
         [ImporterHeader(Name = "褰撳墠浣嶇疆")]
         [ExporterHeader(DisplayName = "褰撳墠浣嶇疆")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "褰撳墠浣嶇疆")]
         public string CurrentAddress { get; set; }
 
         /// <summary>
@@ -106,7 +106,7 @@
         /// </summary>
         [ImporterHeader(Name = "涓嬩竴鍦板潃")]
         [ExporterHeader(DisplayName = "涓嬩竴鍦板潃")]
-        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")]
+        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "涓嬩竴鍦板潃")]
         public string NextAddress { get; set; }
 
         /// <summary>
@@ -122,7 +122,7 @@
         /// </summary>
         [ImporterHeader(Name = "浼樺厛绾�")]
         [ExporterHeader(DisplayName = "浼樺厛绾�")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "浼樺厛绾�")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "浼樺厛绾�")]
         public int Grade { get; set; }
 
         /// <summary>
@@ -130,7 +130,7 @@
         /// </summary>
         [ImporterHeader(Name = "WMS浠诲姟涓婚敭")]
         [ExporterHeader(DisplayName = "WMS浠诲姟涓婚敭")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "WMS浠诲姟涓婚敭")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "WMS浠诲姟涓婚敭")]
         public int WMSId { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3