This commit is contained in:
sunkaixuan
2017-08-24 16:07:41 +08:00
parent b517d0ce77
commit 0d734ef219
45 changed files with 4251 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
public static string ConnectionString = "Database=SqlSugar4xTest;Data Source=127.0.0.1;User Id=root;Password=root;pooling=false;CharSet=utf8;port=3306";
}
}