chore 重构测试环境发布

This commit is contained in:
2025-10-19 19:19:58 +08:00
parent 6a4aa91e01
commit 281d300292
15 changed files with 193 additions and 98 deletions

View File

@ -0,0 +1,11 @@
using KonSoft.Shared.Hosting.AspNetCore;
using Volo.Abp.Modularity;
namespace KonSoft.Shared.Hosting.Gateways;
[DependsOn(
typeof(KonSoftSharedHostingAspNetCoreModule)
)]
public class KonSoftSharedHostingGatewaysModule : AbpModule
{
}