Update demo

This commit is contained in:
sunkaixuan
2019-06-04 17:48:25 +08:00
parent 4149d611ee
commit 76d4dfef87
35 changed files with 1949 additions and 79 deletions

View File

@@ -9,5 +9,7 @@ namespace OrmTest
public class Config
{
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
}
}