using System; using System.Collections.Generic; using System.Text; namespace Infrastructure.Excel.Attributes { [AttributeUsage(AttributeTargets.Class)] public class TableColumnDtoAttribute:Attribute { } }