From ab38e4f6313bb3e053f7a26535f865da6829dae9 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 11 九月 2025 15:53:03 +0800 Subject: [PATCH] - --- FlexJobApi.Core/Utils/DbUtils/SelectQuery.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Utils/DbUtils/SelectQuery.cs b/FlexJobApi.Core/Utils/DbUtils/SelectQuery.cs index a920ef3..579de2d 100644 --- a/FlexJobApi.Core/Utils/DbUtils/SelectQuery.cs +++ b/FlexJobApi.Core/Utils/DbUtils/SelectQuery.cs @@ -35,6 +35,6 @@ /// <summary> /// 鏁版嵁 /// </summary> - public object Data { get; set; } + public TData Data { get; set; } } } -- Gitblit v1.9.1