bug
lu
2025-06-13 6beb321d3a6e9909d14a6e94d8e34195211201c5
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemBl.cs
@@ -1,26 +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();
        }
    }
}