From 2acc93755ddc56beb46e08b655ec9d94968d829f Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期二, 03 六月 2025 17:21:43 +0800
Subject: [PATCH] 满托下线PDA呼叫,容器ID需转换成ASCII字符串

---
 api/ApiModel.cs |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index 6150bbc..5ca2ce0 100644
--- a/api/ApiModel.cs
+++ b/api/ApiModel.cs
@@ -399,6 +399,7 @@
             public string EndLoc { get; set; }//缁堢偣
             public string Spe { get; set; }//瑙勬牸
             public string staff { get; set; } = "None";//鎿嶄綔浜�+            public string shift { get; set; } = "None";//鐝
         }
 
         public class EmptyInStackAreaInfo
@@ -416,6 +417,7 @@
             public string cntID { get; set; }//瀹瑰櫒ID
 
             public string staff { get; set; } = "None";//鎿嶄綔浜�+            public string shift { get; set; } = "None";//鐝
         }
 
         public class SplitOutWarehouseInfo
@@ -434,8 +436,9 @@
             public string new_StartLoc { get; set; }//鏂板鍣↖D璧风偣
             public int new_IsOK { get; set; }//鏂板鍣↖D鐨勮揣鍝佺殑0鍚堟牸1涓嶅悎鏍硷紵
             public string staff { get; set; } = "None";//鎿嶄綔浜�+            public string shift { get; set; } = "None";//鐝
         }
-        
+
         public class UpCgDetailModel
         {
             public string cntID { get; set; }//瀹瑰櫒ID
@@ -444,5 +447,13 @@
 
             public string staff { get; set; } = "None";//鎿嶄綔浜�         }
+
+        public class CreateP2PTaskInfo
+        {
+            public string startLoc { get; set; }//璧风偣
+            public string endLoc { get; set; }//缁堢偣
+            public string staff { get; set; } = "None";//鎿嶄綔浜�+            public string shift { get; set; } = "None";//鐝
+        }
     }
 }

--
Gitblit v1.9.1