sunpengfei
2025-08-07 313c5cbe5c63fa07f78fa24d8cc33b75435a266f
FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -27,6 +27,16 @@
        /// 上级Id
        /// </summary>
        public Guid? ParentId { get; set; }
        /// <summary>
        /// 关键字
        /// </summary>
        public string Keywords { get; set; }
        /// <summary>
        /// 查询所有
        /// </summary>
        public bool All { get; set; }
    }
    public class GetDictionaryDataSelectQueryResultOption