fengling-platform/Fengling.Platform.Domain/AggregatesModel/GatewayAggregate
movingsam 021f464c0d
Some checks are pending
Publish Platform NuGet Packages / build (push) Waiting to run
feat: 添加 GwDestination 租户代码属性并更新版本至 1.0.1
- 在 GwDestination 实体添加 TenantCode 属性,用于区分租户专属目标
  - null 或空字符串表示默认目标(所有租户共享)
  - 有值表示该目标专属于指定租户
- 更新 Fengling.Platform.Domain 版本号从 1.0.0 到 1.0.1
2026-03-08 00:43:21 +08:00
..
GatewayEnums.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GwCluster.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwDestination.cs feat: 添加 GwDestination 租户代码属性并更新版本至 1.0.1 2026-03-08 00:43:21 +08:00
GwHealthCheckConfig.cs feat(03-01): add GwHealthCheckConfig value object 2026-03-03 15:31:02 +08:00
GwLoadBalancingPolicy.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwRouteMatch.cs fix(efcore): 修复 EF Core 10 JSON 映射兼容性问题 2026-03-08 00:32:45 +08:00
GwSessionAffinityConfig.cs feat(03-01): add GwSessionAffinityConfig value object 2026-03-03 15:31:31 +08:00
GwTenantRoute.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwTransform.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00