sunpengfei
2025-08-11 033a50363600a31a9f46dac0c852c4534a150101
FlexJobApi.Core/Models/CommonServer/Dictionaries/Queries/GetDictionaryDataSelectQuery.cs
@@ -52,6 +52,16 @@
        public Guid Id { get; set; }
        /// <summary>
        /// 上级Id
        /// </summary>
        public Guid? ParentId { get; set; }
        /// <summary>
        /// 上级编号
        /// </summary>
        public string ParentCode { get; set; }
        /// <summary>
        /// 字典路径
        /// </summary>
        public string Path { get; set; }