From f7977851d2b5ba89bffb1fdc9630ba8a5df30395 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期二, 19 八月 2025 14:16:19 +0800 Subject: [PATCH] feat:开发 --- FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs index acaacc2..3de0650 100644 --- a/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs +++ b/FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs @@ -46,14 +46,14 @@ /// <summary> /// 鎼哄甫涓嬬骇 /// </summary> - public bool WithChildren { get; set; } + public bool? WithChildren { get; set; } } public class GetDictionaryDataSelectQueryResultOption { public GetDictionaryDataSelectQueryResultOption() { - Children = []; + } /// <summary> -- Gitblit v1.9.1