From 6ed0553e8d5bc38b728979c2078d3cbffdc88bf2 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期五, 30 五月 2025 17:10:03 +0800
Subject: [PATCH] 1.双钱-规格时间配置这个,过期时间使用小时

---
 wms/LocationHelper.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wms/LocationHelper.cs b/wms/LocationHelper.cs
index a4c680e..f159708 100644
--- a/wms/LocationHelper.cs
+++ b/wms/LocationHelper.cs
@@ -565,6 +565,7 @@
         public string Spe { get; set; }//瑙勬牸
         public string CarCode { get; set; }//杞﹀彿
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 
     public class ErrorLocCntResetInfo
@@ -584,6 +585,7 @@
         public int cgState { get; set; }//鐗╂枡鐘舵�
 
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 
     public class ShowCntCountBySpeInfo
@@ -597,9 +599,8 @@
     public class PDAReturnResetInfo
     {
         public string rfId { get; set; }//瀹瑰櫒鍙�-
         public string startLoc { get; set; }//璧风偣璐т綅
-
         public string staff { get; set; } = "None";//鎿嶄綔浜�+        public string shift { get; set; } = "None";//鐝
     }
 }

--
Gitblit v1.9.1