mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Update Demo
This commit is contained in:
@@ -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("");
|
||||
|
||||
|
Reference in New Issue
Block a user