cdk
2025-10-30 5d0080eecc63a8ea1feac3f4f248549eb68d2c5e
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();
        }
    }
}