摘要: public static DataTable ListToDataTable<T>(List<T> entitys) { //检查实体集合不能为空 if (entitys == null || entitys.Count < 1) { throw new Exception("需转换的集合为空") 阅读全文
posted @ 2016-06-13 16:32 Jesh_95 阅读(225) 评论(0) 推荐(0) 编辑