摘要: public static DataTable ListToDataTable(List entitys) { //检查实体集合不能为空 if (entitys == null || entitys.Count < 1) { return new DataTable(); ... 阅读全文
posted @ 2015-06-04 17:03 ZeroDai 阅读(240) 评论(0) 推荐(0) 编辑