From 770e9488fad76cdf987e6992f84ff4064b5afcfb Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 13 三月 2026 13:28:54 +0800
Subject: [PATCH] fix: address code quality issues in I/Q/T/C regions

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineNewJob/ConveyorLine/ConveyorLineTaskCommandNew.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineNewJob/ConveyorLine/ConveyorLineTaskCommandNew.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineNewJob/ConveyorLine/ConveyorLineTaskCommandNew.cs
index 23d8978..63be0bd 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineNewJob/ConveyorLine/ConveyorLineTaskCommandNew.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineNewJob/ConveyorLine/ConveyorLineTaskCommandNew.cs
@@ -30,17 +30,17 @@
         /// <summary>
         /// 浠诲姟鍙�
         /// </summary>
-        public int TaskNo { get; set; }
+        public short TaskNo { get; set; }
 
         /// <summary>
         /// 婧愪綅缃� 寮�濮嬪湴鍧�
         /// </summary>
-        public int Source {  get; set; }
+        public short Source {  get; set; }
 
         /// <summary>
         /// 鐩爣浣嶇疆
         /// </summary>
-        public int Target { get; set; }
+        public short Target { get; set; }
 
         /// <summary>
         /// 绠卞瀷

--
Gitblit v1.9.3