sunpengfei
7 天以前 df19a6d58ef1d94e11c4dbfd76074e0e54d3d32c
FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -10,7 +10,7 @@
    /// <summary>
    /// 查询数据字典选择器
    /// </summary>
    [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)]
    [Resource([EnumResourceController.FlexJobServerDictionary], AllowAnonymous = true)]
    public class GetDictionaryDataSelectQuery : SelectQuery<string, GetDictionaryDataSelectQueryResultOption>
    {
        /// <summary>
@@ -46,14 +46,14 @@
        /// <summary>
        /// 携带下级
        /// </summary>
        public bool WithChildren { get; set; }
        public bool? WithChildren { get; set; }
    }
    public class GetDictionaryDataSelectQueryResultOption
    {
        public GetDictionaryDataSelectQueryResultOption()
        {
            Children = [];
        }
        /// <summary>