From 150b2843db8bf76a35615aa46c17f59df1a0f0f4 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期三, 28 五月 2025 17:25:04 +0800
Subject: [PATCH] 双钱-搬送流程记录班次字段

---
 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