bug
lu
7 天以前 89d64f80cbc6442d777b9934909ff9f8870c6cc0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using DevExpress.XtraEditors;
 
namespace Gs.DevApp.DevFrm.QC
{
    public partial class Frm_MesQmCheckitemDt : XtraForm
    {
        public Frm_MesQmCheckitemDt()
        {
            InitializeComponent();
        }
 
       
    }
}