摘要: public List<T> Query<T>(string where) where T : class, new() { DataTable tb = new DataTable(); List<T> list = new List<T>(); string sql = GetQuery(); 阅读全文
posted @ 2020-06-15 20:59 孔捷 阅读(171) 评论(0) 推荐(0) 编辑