摘要: public static T Excute<T>(string sql, Func<SqlCommand, T> func) { using (SqlConnection conn = new SqlConnection("")) { SqlTransaction trans = conn.Beg 阅读全文
posted @ 2020-05-01 17:25 Yookee 阅读(198) 评论(0) 推荐(0)