using JNPF.Common.Security; using JNPF.DependencyInjection; namespace JNPF.Extend.Entitys.Dto.Document; /// /// 获取知识管理列表(文件夹树). /// [SuppressSniffer] public class DocumentFolderTreeOutput : TreeModel { /// /// 图标. /// public string? icon { get; set; } /// /// 文件名. /// public string? fullName { get; set; } }