using GFramework.Cqrs.Abstractions.Cqrs.Query; namespace GFramework.Core.Tests.Query; /// /// 为 提供输入值的测试查询输入。 /// public sealed class TestQueryInput : IQueryInput { /// /// 获取或设置查询值。 /// public int Value { get; init; } }