From af065dd4a06281251a36de69052570c1c8be692d Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期三, 27 八月 2025 14:24:52 +0800 Subject: [PATCH] 增加组织机构的字段和查询条件 --- DevApp/Gs.DevApp/XtraForm2.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/XtraForm2.cs b/DevApp/Gs.DevApp/XtraForm2.cs new file mode 100644 index 0000000..bee5936 --- /dev/null +++ b/DevApp/Gs.DevApp/XtraForm2.cs @@ -0,0 +1,21 @@ +锘縰sing DevExpress.XtraEditors; +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Gs.DevApp +{ + public partial class XtraForm2 : DevExpress.XtraEditors.XtraForm + { + public XtraForm2() + { + InitializeComponent(); + } + } +} \ No newline at end of file -- Gitblit v1.9.3