From 20a792b07666f14494e29e847f1ee5a9979b7567 Mon Sep 17 00:00:00 2001
From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com>
Date: 星期三, 25 十二月 2024 17:00:47 +0800
Subject: [PATCH] 修改问题

---
 Wms/Model/InterFaceModel/RCSModel.cs |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/Wms/Model/InterFaceModel/RCSModel.cs b/Wms/Model/InterFaceModel/RCSModel.cs
index 6319c9d..9178884 100644
--- a/Wms/Model/InterFaceModel/RCSModel.cs
+++ b/Wms/Model/InterFaceModel/RCSModel.cs
@@ -28,7 +28,7 @@
         public class Pallnetmsg
         {
             /// <summary>
-            /// 璁惧鎵�鍦ㄤ綅缃紙璧峰浣嶇疆/鐩爣浣嶇疆锛�
+            /// 璁惧鎵�鍦ㄤ綅缃紙璧峰浣嶇疆/鐩爣浣嶇疆锛夛紝璁惧缂栫爜
             /// </summary>
             public string Location { get; set; }
             /// <summary>
@@ -61,26 +61,22 @@
 
         public class TaskDetial
         {
-
             public string Taskno { get; set; }
             public string Startport { get; set; }
             public string Endport { get; set; }
 
             public string Pallno { get; set; }
-
-            public string Type { get; set; }
             /// <summary>
             /// 浠诲姟绫诲瀷 
-            /// 0锛氬叆搴�
-            /// 1锛氬嚭搴�
-            /// 2锛氱Щ搴�
+            /// 0锛氱敵璇峰偍浣�
+            /// 1锛氬彨妗�
+            /// 2锛氬悓杞﹂棿骞冲眰鎼繍
             /// </summary>
             public string Crtype { get; set; }
             /// <summary>
-            /// 搴撳瓨鍗曟嵁ID 
+            /// 杞﹂棿缂栫爜
             /// </summary>
-            public int? Noticedetailno { get; set; }
-            public string LotNo { get; set; }
+            public string WareHouseNo { get; set; }
         }
     }
 }

--
Gitblit v1.8.0