From 9168f460773c1b58fac7ef7e2decf291ca8b2de0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 26 三月 2024 13:36:47 +0800 Subject: [PATCH] 版本大更新 --- Yw.Service.Bimface.Core/03-settings/paras/Paras_Bimface_DataBase.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Yw.Service.Bimface.Core/03-settings/paras/Paras_Bimface_DataBase.cs b/Yw.Service.Bimface.Core/03-settings/paras/Paras_Bimface_DataBase.cs index 64af5ea..77e69d0 100644 --- a/Yw.Service.Bimface.Core/03-settings/paras/Paras_Bimface_DataBase.cs +++ b/Yw.Service.Bimface.Core/03-settings/paras/Paras_Bimface_DataBase.cs @@ -6,9 +6,24 @@ public class Paras_Bimface_DataBase { /// <summary> - /// 杩炴帴瀛楃涓� + /// 鏁版嵁搴撶被鍨� /// </summary> - public string ConnectString { get; set; } + public string DbType { get; set; } + + /// <summary> + /// 宸ュ巶 + /// </summary> + public Paras_Bimface_DataBase_Factory Factory { get; set; } + + /// <summary> + /// PostgreSql + /// </summary> + public Paras_Bimface_DataBase_PostgreSql PostgreSql { get; set; } + + /// <summary> + /// SQLite + /// </summary> + public Paras_Bimface_DataBase_SQLite SQLite { get; set; } } -- Gitblit v1.9.3