|
|
@ -1,6 +1,5 @@ |
|
|
using LINGYUN.Abp.Data.DbMigrator; |
|
|
using LINGYUN.Abp.Data.DbMigrator; |
|
|
using LINGYUN.Abp.Saas.EntityFrameworkCore; |
|
|
using LINGYUN.Abp.Saas.EntityFrameworkCore; |
|
|
using LINGYUN.Abp.UI.Navigation.VueVbenAdmin; |
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Volo.Abp.EntityFrameworkCore; |
|
|
using Volo.Abp.EntityFrameworkCore; |
|
|
using Volo.Abp.EntityFrameworkCore.MySQL; |
|
|
using Volo.Abp.EntityFrameworkCore.MySQL; |
|
|
@ -17,7 +16,6 @@ namespace LY.MicroService.Platform.EntityFrameworkCore; |
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpSettingManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule), |
|
|
typeof(AbpUINavigationVueVbenAdminModule), |
|
|
|
|
|
typeof(AbpEntityFrameworkCoreMySQLPomeloModule), |
|
|
typeof(AbpEntityFrameworkCoreMySQLPomeloModule), |
|
|
typeof(AbpDataDbMigratorModule) |
|
|
typeof(AbpDataDbMigratorModule) |
|
|
)] |
|
|
)] |
|
|
|