From 94c437fea114e923bc5f9fb9c7145dd43e9b78e8 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 11 十二月 2025 23:28:11 +0800
Subject: [PATCH] 优化更新
---
DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
index c4188fb..172743f 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.cs
@@ -1,14 +1,14 @@
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Gs.DevApp.UserControl;
+using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading.Tasks;
using System.Windows.Forms;
-using Gs.DevApp.Entity;
-using Gs.DevApp.ToolBox;
-using Gs.DevApp.UserControl;
-using Newtonsoft.Json;
-namespace Gs.DevApp.DevFrm.Rpt
+namespace Gs.DevApp.DevFrm
{
public partial class WOTraceCodes : DevExpress.XtraEditors.XtraForm
{
--
Gitblit v1.9.3