sunpengfei
2025-08-14 b495fa9f03462cf6007e1e035a7ed8abe5382c1c
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>