fengling-platform/Fengling.Platform.Domain/AggregatesModel/GatewayAggregate
movingsam 774e3fba00 feat(03-01): add GwCluster aggregate root
- Created cluster aggregate root with string Id (GUID)
- Includes ClusterId, Name, Description, Destinations list
- Embeds GwHealthCheckConfig and GwSessionAffinityConfig
- Includes audit fields: CreatedBy, CreatedTime, UpdatedBy, UpdatedTime
- Supports IsDeleted soft delete and Version for optimistic concurrency
2026-03-03 15:32:41 +08:00
..
GatewayEnums.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GwCluster.cs feat(03-01): add GwCluster aggregate root 2026-03-03 15:32:41 +08:00
GwDestination.cs feat(03-01): add GwDestination value object 2026-03-03 15:31:53 +08:00
GwHealthCheckConfig.cs feat(03-01): add GwHealthCheckConfig value object 2026-03-03 15:31:02 +08:00
GwServiceInstance.cs refactor(infrastructure): 将主键类型从 long 改为 string 并使用 Guid 生成唯一 ID 2026-03-01 11:23:12 +08:00
GwSessionAffinityConfig.cs feat(03-01): add GwSessionAffinityConfig value object 2026-03-03 15:31:31 +08:00
GwTenant.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GwTenantRoute.cs refactor(infrastructure): 将主键类型从 long 改为 string 并使用 Guid 生成唯一 ID 2026-03-01 11:23:12 +08:00