From 71be45c250688b0e76a59f93cd80e85ba37e3de7 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 01 五月 2026 23:19:44 +0800
Subject: [PATCH] Merge branch 'dev'

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_RobotTask.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_RobotTask.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_RobotTask.cs
index cb2cc60..7fcc68b 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_RobotTask.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/TaskInfo/Dt_RobotTask.cs
@@ -64,33 +64,33 @@
         public string RobotTargetAddress { get; set; }
 
         /// <summary>
-        /// 鏈哄櫒浜烘潵婧愬湴鍧�绾夸唬鐮�
+        /// 鏈哄櫒浜烘潵婧愬湴鍧�杈撻�佺嚎缂栧彿
         /// </summary>
-        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜烘潵婧愬湴鍧�绾夸唬鐮�")]
+        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜烘潵婧愬湴鍧�杈撻�佺嚎缂栧彿", IsNullable = true)]
         public string RobotSourceAddressLineCode { get; set; }
 
         /// <summary>
-        /// 鏈哄櫒浜虹洰鏍囧湴鍧�绾夸唬鐮�
+        /// 鏈哄櫒浜虹洰鏍囧湴鍧�杈撻�佺嚎缂栧彿
         /// </summary>
-        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜虹洰鏍囧湴鍧�绾夸唬鐮�")]
+        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜虹洰鏍囧湴鍧�杈撻�佺嚎缂栧彿", IsNullable = true)]
         public string RobotTargetAddressLineCode { get; set; }
 
         /// <summary>
-        /// 鏈哄櫒浜烘潵婧愬湴鍧�绾挎墭鐩樹唬鐮�
+        /// 鏈哄櫒浜烘潵婧愬湴鍧�杈撻�佺嚎鎵樼洏鍙�
         /// </summary>
-        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜烘潵婧愬湴鍧�绾挎墭鐩樹唬鐮�")]
+        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜烘潵婧愬湴鍧�杈撻�佺嚎鎵樼洏鍙�", IsNullable = true)]
         public string RobotSourceAddressPalletCode { get; set; }
 
         /// <summary>
-        /// 鏈哄櫒浜虹洰鏍囧湴鍧�绾挎墭鐩樹唬鐮�
+        /// 鏈哄櫒浜虹洰鏍囧湴鍧�绾挎墭鐩樺彿
         /// </summary>
-        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜虹洰鏍囧湴鍧�绾挎墭鐩樹唬鐮�")]
+        [SugarColumn(Length = 20, ColumnDescription = "鏈哄櫒浜虹洰鏍囧湴鍧�绾挎墭鐩樺彿", IsNullable = true)]
         public string RobotTargetAddressPalletCode { get; set; }
 
         /// <summary>
         /// 鏈哄櫒浜哄紓甯镐俊鎭�
         /// </summary>
-        [SugarColumn(ColumnDescription = "鏈哄櫒浜哄紓甯镐俊鎭�")]
+        [SugarColumn(ColumnDescription = "鏈哄櫒浜哄紓甯镐俊鎭�", IsNullable = true)]
         public string RobotExceptionMessage { get; set; }
 
         /// <summary>
@@ -102,13 +102,13 @@
         /// <summary>
         /// 鏈哄櫒浜鸿皟搴︽椂闂�
         /// </summary>
-        [SugarColumn(ColumnDescription = "鏈哄櫒浜鸿皟搴︽椂闂�")]
+        [SugarColumn(ColumnDescription = "鏈哄櫒浜鸿皟搴︽椂闂�", IsNullable = true)]
         public DateTime? RobotDispatchertime { get; set; }
 
         /// <summary>
         /// 鏈哄櫒浜哄娉�
         /// </summary>
-        [SugarColumn(Length = 50, ColumnDescription = "鏈哄櫒浜哄娉�")]
+        [SugarColumn(Length = 50, ColumnDescription = "鏈哄櫒浜哄娉�", IsNullable = true)]
         public string RobotRemark { get; set; }
     }
 }

--
Gitblit v1.9.3