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; }