sunpengfei
2025-08-06 bc6813b74e9a390eae2181d460c647445b7cb25a
FlexJobApi.Core/Models/Main/Dictionaries/Queries/GetDictionaryDatasQuery.cs
@@ -41,6 +41,11 @@
        public Guid CategoryId { get; set; }
        /// <summary>
        /// 类别
        /// </summary>
        public GetDictionaryDatasQueryResultItemCategory Category { get; set; }
        /// <summary>
        /// 上级Id
        /// </summary>
        public Guid? ParentId { get; set; }
@@ -92,4 +97,15 @@
        /// </summary>
        public bool IsDisabled { get; set; }
    }
    /// <summary>
    /// 获取数据字典分页列表数据-结果-行数据-类别
    /// </summary>
    public class GetDictionaryDatasQueryResultItemCategory
    {
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }
    }
}