chore 优化代码
This commit is contained in:
		| @ -11,4 +11,4 @@ public abstract class PaymentController : AbpControllerBase | ||||
|     { | ||||
|         LocalizationResource = typeof(PaymentResource); | ||||
|     } | ||||
| } | ||||
| } | ||||
| @ -7,4 +7,4 @@ public class TestModel | ||||
|     public string? Name { get; set; } | ||||
|  | ||||
|     public DateTime BirthDate { get; set; } | ||||
| } | ||||
| } | ||||
| @ -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