摘要: public static class DataConvertor { public static DataTable ToDataTable<T>(IEnumerable<T> data) { PropertyDescriptorCollection properties = TypeDescri 阅读全文
posted @ 2020-08-03 10:20 chengeng 阅读(133) 评论(0) 推荐(0)