lixiaojun
2025-02-13 bfd1b73be85fd66ee37031eadcd4d09e7dafb52f
Service/Yw.Service.Division.Core/04-dal/03-sqlite/Division.cs
@@ -1,6 +1,4 @@
using Yw.DAL.SQLite;
namespace Yw.DAL.SQLite
namespace Yw.DAL.SQLite
{
    /// <summary>
    ///
@@ -12,7 +10,7 @@
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return Yw.Division.ConfigHelper.SQLiteConnectionConfig; }
            get { return Yw.Model.ConfigHelper.SQLiteConnectionConfig; }
        }
    }
}