From 9c38dbf93ea5b7dea6b34b03cb3143812b20147d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 02 七月 2025 23:05:41 +0800
Subject: [PATCH] BUG

---
 DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
index 5feff55..cfc26e9 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectDeleteBar.cs
@@ -16,11 +16,14 @@
         private readonly string _webServiceName = "VArrivalBarcodeManager/";
         private string aboutGuid = "";
         private string aboutType = "";//鍚庣洊鐮�
+
         /// <summary>
-        /// 鐖朵翰guid
+        /// 
         /// </summary>
-        /// <param name="_aboutGuid"></param>
-        public SelectDeleteBar(string _aboutGuid, string _aboutType)
+        /// <param name="_aboutGuid">鐖朵翰guid</param>
+        /// <param name="_aboutType">绫诲埆锛堝悗鐩栫爜锛岃拷婧爜锛屽彈鎵樺叆搴撶瓑锛�</param>
+        /// <param name="_qcGuid">qcGuid锛屽湪杩斿伐閲嶆潯鐨勬椂鍊�</param>
+        public SelectDeleteBar(string _aboutGuid, string _aboutType,string _qcGuid="")
         {
             InitializeComponent();
             this.gridView1.CustomDrawColumnHeader += (s, e) => { Gs.DevApp.ToolBox.UtilityHelper.CustomDrawColumnHeader(s, e); };

--
Gitblit v1.9.3