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