mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Update Demo
This commit is contained in:
parent
8e3ac35159
commit
3737e8185a
@ -31,16 +31,19 @@ namespace SugarCodeGeneration
|
||||
{
|
||||
//生成实体
|
||||
GenerationClass();
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("实体创建成功");
|
||||
Console.WriteLine("");
|
||||
|
||||
//生成DbContext
|
||||
GenerationDContext();
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("DbContext创建成功");
|
||||
Console.WriteLine("");
|
||||
|
||||
//生成BLL类
|
||||
GenerationBLL();
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Bll创建成功");
|
||||
Console.WriteLine("");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user