Support enum

This commit is contained in:
sunkaixuan
2017-07-15 19:31:49 +08:00
parent eef317a3b7
commit b9c1567cc7
17 changed files with 39 additions and 59 deletions

View File

@@ -125,12 +125,6 @@ new List<SugarParameter>() {
new SugarParameter("@Name","张三")
}, t11.Key, t11.Value, "Insert t11 error");
}
public SqlSugarClient GetInstance()
{
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig() { ConnectionString = Config.ConnectionString, DbType = DbType.SqlServer, IsAutoCloseConnection = true });
return db;
}
}
public class MyStudent {