sunpengfei
2 天以前 285404b0f7161ceca8621e61026682bbbb3f71aa
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