From 84ebbaf5bcb24a7b283c7aee38879b16f262b7c6 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 05 十二月 2025 10:14:31 +0800
Subject: [PATCH] 更新
---
项目代码/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
index 6c8d625..d072c58 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/TaskInfo/ContainerDTO.cs"
@@ -41,7 +41,7 @@
public string Direction { get; set; }
}
/// <summary>
- /// 鏂欑鍏ュ簱瀹屾垚涓婃姤
+ /// 鏂欑鍑哄叆搴撳畬鎴愪笂鎶�
/// </summary>
public class ContainerInFinishDTO
{
@@ -54,12 +54,16 @@
/// </summary>
public string ContainerCode { get; set; }
/// <summary>
- /// 璧峰绔欏彴
+ /// 绔欏彴
/// </summary>
- public string FromStationCode { get; set; }
+ public string StationCode { get; set; }
/// <summary>
- /// 鐩爣璐т綅
+ /// 璐т綅
/// </summary>
- public string ToLocationCode { get; set; }
+ public string LocationCode { get; set; }
+ /// <summary>
+ /// 1鍑哄簱瀹屾垚锛�2鍏ュ簱瀹屾垚
+ /// </summary>
+ public int CompleteType { get; set; }
}
}
--
Gitblit v1.9.3