SqlSugar/Src/Asp.Net/PerformanceTest/Config.cs
sunkaixuan b82ebd4608 -
2017-09-21 14:15:16 +08:00

13 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PerformanceTest.Items
{
public class Config
{
public static string connectionString = "server=.;uid=sa;pwd=sasa;database=SqlSugarTest";
}
}