|
|
|
@ -1,4 +1,5 @@ |
|
|
|
using LINGYUN.Abp.SettingManagement; |
|
|
|
using LINGYUN.Abp.Tencent.QQ; |
|
|
|
using Volo.Abp.AspNetCore.Mvc; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.SettingManagement; |
|
|
|
@ -7,6 +8,7 @@ namespace LINGYUN.Abp.Tencent.SettingManagement; |
|
|
|
|
|
|
|
[DependsOn( |
|
|
|
typeof(AbpTencentCloudModule), |
|
|
|
typeof(AbpTencentQQModule), |
|
|
|
typeof(AbpSettingManagementApplicationContractsModule), |
|
|
|
typeof(AbpSettingManagementDomainModule), |
|
|
|
typeof(AbpAspNetCoreMvcModule))] |
|
|
|
|