From c0a4b045720e83f8e52ffc110b773aeece590b55 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 07 八月 2025 18:26:29 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs index 202b6da..6dbb2be 100644 --- a/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs +++ b/FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs @@ -11,7 +11,7 @@ /// 鏌ヨ鏁版嵁瀛楀吀閫夋嫨鍣� /// </summary> [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)] - public class GetDictionaryDataSelectQuery : SelectQuery<Guid, GetDictionaryDataSelectQueryResultOption> + public class GetDictionaryDataSelectQuery : SelectQuery<string, GetDictionaryDataSelectQueryResultOption> { /// <summary> /// 绫诲埆Id锛圛d/缂栧彿浜岄�変竴锛� @@ -27,6 +27,21 @@ /// 涓婄骇Id /// </summary> public Guid? ParentId { get; set; } + + /// <summary> + /// 鍏抽敭瀛� + /// </summary> + public string Keywords { get; set; } + + /// <summary> + /// 鏌ヨ鎵�鏈� + /// </summary> + public bool All { get; set; } + + /// <summary> + /// 鏈�澶ф繁搴� + /// </summary> + public int? MaxDeep { get; set; } } public class GetDictionaryDataSelectQueryResultOption -- Gitblit v1.9.1