From 650fe9e42e3de66be29769da72cc755273246dd9 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 12 九月 2025 16:23:04 +0800
Subject: [PATCH] 更新优化代码

---
 DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs b/DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs
index e0a1def..14d32d9 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/SelectWompba.cs
@@ -1,19 +1,16 @@
-锘�
-using Gs.DevApp.ToolBox;
-using Newtonsoft.Json;
-using System;
+锘縰sing System;
 using System.Collections.Generic;
 using System.Data;
 using System.Windows.Forms;
+using Gs.DevApp.ToolBox;
+using Newtonsoft.Json;
 
-namespace Gs.DevApp.UserControl
+namespace Gs.DevApp.DevFrm.WOM
 {
     public partial class SelectWompba : DevExpress.XtraEditors.XtraForm
     {
         private readonly string _webServiceName = "WompbaManager/";
         private string workId = "";
-        private string lineId = "";
-
         public SelectWompba(string _workId)
         {
             InitializeComponent();
@@ -47,8 +44,7 @@
                         }
                     }
                 }
-                UpdateParent?.Invoke(this,
-                     new UpdateParentEventArgs { StringList = list });
+                UpdateParent?.Invoke(this, new UpdateParentEventArgs { StringList = list });
                 Close();
             };
         }
@@ -70,7 +66,7 @@
                 everyPageSize = 999999,
                 sortName = "",
                 keyWhere = "",
-                workId = this.workId,
+                workId = this.workId
             };
             var json = JsonConvert.SerializeObject(_obj);
             try

--
Gitblit v1.9.3