摘要: /// <summary> /// 实体转换辅助类 /// </summary> public class ModelConvertHelper<T> where T : new() { public static List<T> ConvertToModel(DataTable dt) { // 阅读全文
posted @ 2021-03-01 13:02 怂货` 阅读(137) 评论(0) 推荐(0)