摘要: 以DataTable为例: private static List<T> TableToEntity<T>(DataTable dt) where T : class,new() { Type type = typeof(T); List<T> list = new List<T>(); forea 阅读全文
posted @ 2021-04-12 16:14 不溯流光 阅读(385) 评论(0) 推荐(0)