using JNPF.DependencyInjection; namespace JNPF.Systems.Entitys.Dto.PrintDev; /// /// 打印模板字段输出. /// [SuppressSniffer] public class PrintDevFieldsOutput { /// /// 我的财产. /// public string MyProperty { get; set; } }