init: 导入项目到 meswork Gitea
This commit is contained in:
21
DataMirrorTools_Simulator/ModelBasic/IBase.Form/IMM.MainF.cs
Normal file
21
DataMirrorTools_Simulator/ModelBasic/IBase.Form/IMM.MainF.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
{
|
||||
/// <summary>
|
||||
/// 导入模型
|
||||
/// </summary>
|
||||
/// <param name="dt_ModelName"></param>
|
||||
void ImportModelToSql(DataTable dt_ModelName)
|
||||
;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user