SqlSugar/Src/Asp.Net/PerformanceTest/Items/PubConst.cs

13 lines
262 B
C#
Raw Normal View History

2017-09-21 13:52:52 +08:00
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";
}
}