From 1a652f0160f9c511c6a11793742dfcc937840954 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期三, 29 十月 2025 11:37:59 +0800
Subject: [PATCH] 1、采购入库多选打印
---
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
index 3accc55..ca64647 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesSctkSq.cs
@@ -1,15 +1,15 @@
-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;
using Newtonsoft.Json.Linq;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Threading.Tasks;
+using System.Windows.Forms;
-namespace Gs.DevApp.DevFrm.Ck
+namespace Gs.DevApp.DevFrm
{
public partial class Frm_MesSctkSq : DevExpress.XtraEditors.XtraForm
{
--
Gitblit v1.9.3