SqlSugar/Src/Asp.Net/OracleTest/Config.cs

14 lines
294 B
C#
Raw Normal View History

2017-08-03 23:12:44 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
2017-10-14 17:11:58 +08:00
public static string ConnectionString = "Data Source=kobato.meibu.net/orclpdb;User ID=sa;Password=123456;";
2017-08-03 23:12:44 +08:00
}
}