using JNPF.Common.Security; using JNPF.DependencyInjection; namespace JNPF.Extend.Entitys.Dto.ProductClassify; /// /// 产品分类. /// [SuppressSniffer] public class ProductClassifyTreeOutput : TreeModel { /// /// 名称. /// /// public string fullName { get; set; } }