From 9c324879cee66f4be0b9de62dadae446ed14e940 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 01 八月 2025 15:09:42 +0800
Subject: [PATCH] 修改PDA托盘绑定方法

---
 Wms/WMS.Entity/DataEntity/DataBoxInfo.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
index da64106..0d2e776 100644
--- a/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
+++ b/Wms/WMS.Entity/DataEntity/DataBoxInfo.cs
@@ -79,10 +79,10 @@
         /// Default:
         /// Nullable:True
         /// </summary>           
-        public decimal? FullQty {get;set;}
+        public decimal? FullQty {get;set; }
 
         /// <summary>
-        /// Desc:鐘舵��
+        /// Desc:鐘舵�� 0 鏈粍鎵�  1宸茬粍鎵� 2 宸插叆搴� 3 宸插嚭搴�  4 宸插垎閰� 5 宸叉嫞璐�
         /// Default:
         /// Nullable:True
         /// </summary>           

--
Gitblit v1.8.0