sunpengfei
7 天以前 5262f7b77aea5cf8c1543f48b34f311665d61518
FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetAreaSelectQuery.cs
@@ -14,7 +14,7 @@
    /// <summary>
    /// 查询地区选择器
    /// </summary>
    [Resource([EnumResourceController.Dictionary], AllowAnonymous = true)]
    [Resource([EnumResourceController.FlexJobServerDictionary], AllowAnonymous = true)]
    public class GetAreaSelectQuery : IRequest<List<GetAreaSelectQueryResultOption>>
    {
        /// <summary>
@@ -51,7 +51,15 @@
        /// <summary>
        /// 子级
        /// </summary>
        public List<GetAreaSelectQueryResultOption> Children => Data.Children.Adapt<List<GetAreaSelectQueryResultOption>>();
        public List<GetAreaSelectQueryResultOption> Children
        {
            get
            {
                var children = Data.Children.Adapt<List<GetAreaSelectQueryResultOption>>();
                if (children.IsNull()) return null;
                else return children;
            }
        }
        /// <summary>
        /// Id