sunpengfei
2025-08-19 f7977851d2b5ba89bffb1fdc9630ba8a5df30395
FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -42,10 +42,20 @@
        /// 最大深度
        /// </summary>
        public int? MaxDeep { get; set; }
        /// <summary>
        /// 携带下级
        /// </summary>
        public bool? WithChildren { get; set; }
    }
    public class GetDictionaryDataSelectQueryResultOption
    {
        public GetDictionaryDataSelectQueryResultOption()
        {
        }
        /// <summary>
        /// Id
        /// </summary>
@@ -62,11 +72,26 @@
        public string ParentCode { get; set; }
        /// <summary>
        /// 子级
        /// </summary>
        public List<SelectOption<string, GetDictionaryDataSelectQueryResultOption>> Children { get; set; }
        /// <summary>
        /// 字典路径
        /// </summary>
        public string Path { get; set; }
        /// <summary>
        /// 深度
        /// </summary>
        public int Deep { get; set; }
        /// <summary>
        /// 排序
        /// </summary>
        public int Sort { get; set; }
        /// <summary>
        /// 编号
        /// </summary>
        [MaxLength(128)]