mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
13 lines
254 B
C#
13 lines
254 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace PerformanceTest
|
|
{
|
|
public class Config
|
|
{
|
|
public static string connectionString = "server=.;uid=sa;pwd=sasa;database=SqlSugarTest";
|
|
}
|
|
}
|