using System; using System.Collections.Generic; using System.Drawing; using System.Text; using NPOI.SS.Formula.Functions; namespace Infrastructure.Excel.Attributes { [AttributeUsage(AttributeTargets.Class,Inherited = false)] public class TableDtoAttribute : Attribute { public string Name { get; set; } } }