using JNPF.Common.Security; using JNPF.DependencyInjection; namespace JNPF.Extend.Entitys.Dto.TableExample; /// /// 表格树形. /// [SuppressSniffer] public class TableExampleTreeListOutput : TreeModel { /// /// /// public bool loaded { get; set; } /// /// /// public bool expanded { get; set; } /// /// /// public Dictionary ht { get; set; } /// /// /// public string? text { get; set; } }