SqlSugar/Src/Asp.Net/OracleTest/Config.cs
2019-04-27 11:47:43 +08:00

14 lines
294 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=jhl856615011;";
}
}