From b466b3135cd7f3b08f570efda0ffb691daff5270 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 05 十二月 2025 18:15:16 +0800
Subject: [PATCH] 一期输送线代码及AGV请求等

---
 项目代码/WCSServices/WIDESEAWCS_DTO/EPLightBackDTO.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/EPLightBackDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/EPLightBackDTO.cs"
new file mode 100644
index 0000000..0e5c659
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/EPLightBackDTO.cs"
@@ -0,0 +1,32 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WIDESEAWCS_DTO
+{
+    public class EPLightBackDTO
+    {
+        /// <summary>
+        /// 璁㈠崟鍙�
+        /// </summary>
+        public string DOCNO { get; set; }
+        /// <summary>
+        /// 浠诲姟鍙�
+        /// </summary>
+        public string TASKNO { get; set; }
+        /// <summary>
+        /// 璐т綅鍙�
+        /// </summary>
+        public string LOCATION { get; set; }
+        /// <summary>
+        /// 瀹為檯鎷嶇伅鏁伴噺
+        /// </summary>
+        public int QUANTITY { get; set; }
+        /// <summary>
+        /// 鎷嶇伅鏃堕棿
+        /// </summary>
+        public string RETURNTIME { get; set; }
+    }
+}

--
Gitblit v1.9.3