Abp Vnext 的 Vue3 实现版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
637 B

using Lion.AbpPro.Ddd.Application;
using Lion.AbpPro.FileManagement;
namespace Lion.AbpPro
{
[DependsOn(
typeof(AbpProDomainModule),
typeof(AbpProApplicationContractsModule),
typeof(BasicManagementApplicationModule),
typeof(DataDictionaryManagementApplicationModule),
typeof(NotificationManagementApplicationModule),
typeof(LanguageManagementApplicationModule),
typeof(NotificationManagementApplicationModule),
typeof(FileManagementApplicationModule),
typeof(AbpProDddApplicationModule)
)]
public class AbpProApplicationModule : AbpModule
{
}
}