From b3be11f03a2537238fef3ea59503029ee822b7b0 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期日, 07 七月 2024 17:38:07 +0800
Subject: [PATCH] PDA,大屏

---
 代码管理/PCS/WCS_Server/WIDESEA_WCS/WCSClient/DBItemGroup.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/DBItemGroup.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/DBItemGroup.cs"
index 5a94f14..6ae21e6 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/DBItemGroup.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/DBItemGroup.cs"
@@ -26,11 +26,14 @@
         /// <summary>
         /// 鏁版嵁闀垮害
         /// </summary>
-        public int dataLen { get; set; }
-
+        public int? dataLen { get; set; }
         /// <summary>
         /// 澶勭悊鏂规硶
         /// </summary>
+        public string opratortype { get; set; }
+        /// <summary>
+        /// 璁惧鍚嶇О
+        /// </summary>
         public string Methods { get; set; }
     }
 }

--
Gitblit v1.9.3