duheng
2024-07-23 64fc752794b8bdb846f7af17c7722955363a2a8b
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; }
        }
    }
}