sunpengfei
2025-08-07 d644f492cea0856f1f3410d77d4545c6f615c651
FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -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