摘要: /// /// 把datatable 转换成list对象 /// /// /// /// public List SelectsAll(DataTable dt) where T : new() { // 定义集合 ... 阅读全文
posted @ 2016-04-11 14:00 sunshine静 阅读(465) 评论(0) 推荐(0)