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