// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 using GFramework.Cqrs.Abstractions.Cqrs; namespace GFramework.Core.Tests.Architectures; /// /// 用于验证额外程序集接入是否成功的测试通知。 /// public sealed record AdditionalAssemblyNotification : INotification;