namespace GFramework.Core.Tests.Query; /// /// 表示 使用的复杂测试查询结果。 /// public sealed class TestAsyncQueryResult { /// /// 获取或设置主结果值。 /// public int Value { get; init; } /// /// 获取或设置派生的双重结果值。 /// public int DoubleValue { get; init; } }