namespace Yw.DAL.PostgreSql { /// /// /// public partial class SysUnitType : BaseDAL_Code_Sorter, ISysUnitType { /// /// /// public override ConnectionConfig ConnectionConfig { get { return ConfigHelper.PostgreSqlConnectionConfig; } } } }