From f21906b6464a0e6b42aade6f70127f7b8d6611f3 Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期三, 11 六月 2025 16:56:39 +0800
Subject: [PATCH] 修改任务模板问题

---
 Admin.NET/WCS.Application/Model/AGVModel.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/WCS.Application/Model/AGVModel.cs b/Admin.NET/WCS.Application/Model/AGVModel.cs
index e6231ee..370a320 100644
--- a/Admin.NET/WCS.Application/Model/AGVModel.cs
+++ b/Admin.NET/WCS.Application/Model/AGVModel.cs
@@ -77,7 +77,7 @@
         /// DELIVERY閫佽揣
         /// ROTATE鏃嬭浆
         /// </summary>
-        public string code { get; set; } 
+        public object code { get; set; } 
     }
     public class extra
     {
@@ -185,6 +185,15 @@
         /// 鏂规硶鍚� end : 浠诲姟缁撴潫
         /// </summary>
         public string Method { get; set; }
+
+        /// <summary>
+        /// 鎵樼洏鍙�
+        /// </summary>
+        public string carrierCode { get; set; }
+        /// <summary>
+        /// 鎵樼洏鏁伴噺
+        /// </summary>
+        public int pileCount { get; set; }
     }
     public class AGVCallBackResponse
     {

--
Gitblit v1.8.0