chore 优化代码
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
using Localization.Resources.AbpUi;
|
||||
using KonSoft.Payment.Localization;
|
||||
using KonSoft.Payment.Localization;
|
||||
using Localization.Resources.AbpUi;
|
||||
using Volo.Abp.Account;
|
||||
using Volo.Abp.FeatureManagement;
|
||||
using Volo.Abp.Identity;
|
||||
@ -19,7 +19,7 @@ namespace KonSoft.Payment;
|
||||
typeof(AbpTenantManagementHttpApiModule),
|
||||
typeof(AbpFeatureManagementHttpApiModule),
|
||||
typeof(AbpSettingManagementHttpApiModule)
|
||||
)]
|
||||
)]
|
||||
public class PaymentHttpApiModule : AbpModule
|
||||
{
|
||||
public override void ConfigureServices(ServiceConfigurationContext context)
|
||||
@ -38,4 +38,4 @@ public class PaymentHttpApiModule : AbpModule
|
||||
);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user