bug
lu
5 天以前 5c26ea4c8c813ea85acf68fa07e180a12c748f33
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemBl.cs
@@ -1,24 +1,14 @@
using DevExpress.XtraEditors;
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
{
    public partial class Frm_MesItemBl : DevExpress.XtraEditors.XtraForm
    {
        public Frm_MesItemBl()
        {
            InitializeComponent();
        }
    }
}