duheng
2024-07-23 80f7f4e4bed46064b44ea12fadf650cb7edb97ee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using HStation.Entity;
using Yw.DAL;
using Yw.DAL.PostgreSql;
 
namespace HStation.DAL.PostgreSql
{
    /// <summary>
    ///
    /// </summary>:
    public partial class LoginUserMain : BaseDAL<Entity.LoginUserMain>, ILoginUserMain
    {
        /// <summary>
        ///
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return Organize.ConfigHelper.PostgreSqlConnectionConfig; }
        }
    }
}