duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
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; }
        }
    }
}