SqlSugar/Src/Asp.Net/PerformanceTest/Items/PubConst.cs
2017-09-21 13:52:52 +08:00

13 lines
262 B
C#

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