duheng
2025-03-13 2b7276b2892b6f090e4c0078a20dfdc9da9ab053
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; }
        }
    }
}