SqlSugar/Src/Asp.Net/OracleTest/Config.cs
sunkaixuan 504d9ee9dd -
2018-10-14 16:33:31 +08:00

14 lines
293 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl85661501;";
}
}