This commit is contained in:
sunkaixuan
2017-05-01 08:39:10 +08:00
parent 2cd9328a88
commit c56cf2245e

View File

@@ -243,6 +243,7 @@ namespace SqlSugar
}
#endregion
#region SqlQuery
public virtual List<T> SqlQuery<T>(string sql, object pars = null)
{