namespace GFramework.Core.Tests.Query; /// /// 测试用复杂查询结果类V2 /// public sealed class TestAsyncQueryResultV2 { /// /// 获取或设置值 /// public int Value { get; init; } /// /// 获取或设置双倍值 /// public int DoubleValue { get; init; } }