From f335ea408e22a95b54f6332697b575b474b3863f Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 07 十一月 2025 16:52:00 +0800
Subject: [PATCH] ID转姓名:生产补料申请、生产补料单、生产超领申请、生产超领单。(用户控件实现)

---
 DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.cs |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.cs b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.cs
index f3f4532..7cf767a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/EasyRptDesign.cs
@@ -1,12 +1,11 @@
-锘縰sing System;
-using System.Data;
-using System.IO;
-using System.Windows.Forms;
-using DevExpress.XtraEditors;
-using FastReport;
+锘縰sing DevExpress.XtraEditors;
 using FastReport.Design;
 using Gs.DevApp.ToolBox;
 using Newtonsoft.Json;
+using System;
+using System.Data;
+using System.IO;
+using System.Windows.Forms;
 
 namespace Gs.DevApp.DevFrm.Sys
 {

--
Gitblit v1.9.3