摘要: 一、创建ExportFieldAttribute特性标识Dto中要导出的属性字段,并指定导出字段顺序 /// <summary> /// 导出字段标识 /// </summary> [AttributeUsage(AttributeTargets.Property)] public class Ex 阅读全文
posted @ 2020-06-12 10:45 潇潇与偕 阅读(424) 评论(0) 推荐(0) 编辑