文章管理、前端api、视图代码模板生成

This commit is contained in:
陈淳
2022-10-14 18:08:45 +08:00
parent 88073aaa20
commit 420701bf23
15 changed files with 1240 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ namespace Yi.Framework.WebCore.DbExtend
if (Appsettings.appBool("DbSeed_Enabled"))
{
var _Db = app.ApplicationServices.GetService<ISqlSugarClient>();
Invoer(_Db);
}