From 0c407bdcf2a26d78d2b0740f74af209977f0e7ce Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 21 一月 2026 09:58:10 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSTasksDTO.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTasksDTO.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSTasksDTO.cs"
similarity index 80%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTasksDTO.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSTasksDTO.cs"
index 4c6937e..3fe2036 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/TaskInfo/WMSTasksDTO.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSTasksDTO.cs"
@@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;
-namespace WIDESEAWCS_DTO.TaskInfo
+namespace WIDESEAWCS_DTO.WMS
{
public class WMSTasksDTO
{
@@ -41,24 +41,24 @@
/// <summary>
/// 鏂欑鍙�
/// </summary>
- public string containerCode { get; set;}
+ public string containerCode { get; set; }
/// <summary>
/// 鏂欑绫诲瀷
/// </summary>
- public string containerType { get; set;}
+ public string containerType { get; set; }
- public string storageTag { get; set;}
+ public string storageTag { get; set; }
/// <summary>
/// 璧风偣浣嶇疆
/// </summary>
- public string fromLocationCode { get; set;}
+ public string fromLocationCode { get; set; }
/// <summary>
/// 缁堢偣鍖哄煙
/// </summary>
- public string toAreaCode { get; set;}
+ public string toAreaCode { get; set; }
/// <summary>
/// 缁堢偣浣嶇疆
/// </summary>
- public string toLocationCode { get; set;}
+ public string toLocationCode { get; set; }
}
}
--
Gitblit v1.9.3