mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -49,7 +49,6 @@ namespace SqlSugar
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region Setting Content
|
||||
public IDbFirst IsCreateAttribute(bool isCreateAttribute = true)
|
||||
{
|
||||
@@ -82,7 +81,7 @@ namespace SqlSugar
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public void CreateClassFile()
|
||||
public void CreateClassFile(string savePath)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ namespace SqlSugar
|
||||
IDbFirst Where(Func<string,bool> func);
|
||||
IDbFirst Where(DbObjectType dbObjectType);
|
||||
List<SchemaInfo> GetSchemaInfoList { get; }
|
||||
void CreateClassFile();
|
||||
void CreateClassFile(string savePath);
|
||||
void ToClassStringList();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user