SqlSugar/Src/Asp.Net/OracleTest/Config.cs
2017-08-27 23:51:18 +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=JHL52771jhl;";
}
}