单灯:模块改为客户端

This commit is contained in:
hehaibing-1996
2024-12-06 11:12:18 +08:00
parent cfbf6a81c8
commit 43694e3185
4 changed files with 290 additions and 160 deletions

View File

@ -78,6 +78,8 @@ namespace WCS.BLL.Manager
, typeof(AppVersion)
);
//DbHelp.db.CodeFirst.InitTables(typeof(ShelfInfo));
Logs.Write("【初始化数据库】db业务数据库建表", LogsType.StartBoot);
DbHelp.dbLog.CodeFirst.InitTables(typeof(SystemApiLogRecord));
Logs.Write("【初始化数据库】dblog日志数据库建表", LogsType.StartBoot);