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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index cab31b1..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,6 +436,7 @@
             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
@@ -450,6 +453,7 @@
             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