05 2020 档案

摘要:public static class ConvertHelper { public static List<T> ToDataList<T>(this DataTable dt) { var list = new List<T>(); var plist = new List<PropertyIn 阅读全文
posted @ 2020-05-22 14:49 Sun暖夏少年_W 阅读(123) 评论(0) 推荐(0)