增加初始化表接口
This commit is contained in:
parent
d9168c572b
commit
91e487b0ed
14
Falcon.SugarApi/DatabaseDefinitions/ICreateTable.cs
Normal file
14
Falcon.SugarApi/DatabaseDefinitions/ICreateTable.cs
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
namespace Falcon.SugarApi.DatabaseDefinitions
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 创建数据库表
|
||||||
|
/// </summary>
|
||||||
|
public interface ICreateDbTable
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 创建数据库相关表
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>创建结果</returns>
|
||||||
|
string CreateTable();
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user