Update SqlSugar.Access

This commit is contained in:
sunkaixuan
2022-02-20 13:54:58 +08:00
parent 44a908097f
commit b43f668290
21 changed files with 2270 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SqlSugar.Access
{
public class SqlServerDbFirst : DbFirstProvider
{
}
}