This commit is contained in:
sunkaixuan
2019-04-28 16:18:17 +08:00
parent ff5af85b03
commit b7935e8a3c
4 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ namespace OrmTest
{
public class Config
{
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl85661501;";
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
}
}