SqlSugar/Src/Asp.Net/ExtensionsDemo/Config.cs
2019-05-13 20:01:23 +08:00

14 lines
287 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExtensionsDemo
{
public class Config
{
public static string ConnectionString = "server=.;uid=sa;pwd=haosql;database=SqlSugar4XTest";
}
}