using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
using WeifenLuo.WinFormsUI.Docking;
namespace DTTest
{
public partial class E { }
public partial interface IModelManagement
{
///
/// 导入模型
///
///
void ImportModelToSql(DataTable dt_ModelName)
;
}
}