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

14 lines
293 B
C#
Raw Normal View History

2017-10-11 11:10:51 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExtensionsDemo
{
public class Config
{
2018-11-08 14:27:56 +08:00
public static string ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest";
2017-10-11 11:10:51 +08:00
}
}