From df4a8d770af2db02f7a0eaae788cef33533e149d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 26 十月 2024 08:39:12 +0800 Subject: [PATCH] 下拉选择 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs index a3c2f1b..a641ab8 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.cs @@ -7,19 +7,19 @@ using DevExpress.XtraEditors; using DevExpress.XtraEditors.Controls; using DevExpress.XtraGrid.Views.Grid; +using Gs.DevApp.DevFrm.QC.Models; using Gs.DevApp.Entity; using Gs.DevApp.ToolBox; using Gs.DevApp.UserControl; -using MES.Service.Modes; using Newtonsoft.Json; using Newtonsoft.Json.Linq; -namespace Gs.DevApp.DevFrm +namespace Gs.DevApp.DevFrm.QC { public partial class Frm_IQCLookups : XtraForm { - private List<FilterEntity> _filterList = new List<FilterEntity>(); private readonly string _webServiceName = "MesSysLookupTypesManager/"; + private List<FilterEntity> _filterList = new List<FilterEntity>(); public Frm_IQCLookups() { -- Gitblit v1.9.3