开发代码生成功能
This commit is contained in:
@@ -27,6 +27,7 @@ namespace ZR.Repository.DbProvider
|
||||
{
|
||||
connStr = NETCore.Encrypt.EncryptProvider.DESDecrypt(connStr, dbKey);
|
||||
}
|
||||
|
||||
Db = new SqlSugarClient(new List<ConnectionConfig>()
|
||||
{
|
||||
new ConnectionConfig(){
|
||||
|
||||
Reference in New Issue
Block a user