namespace Yw.DAL.PostgreSql { /// /// /// public partial class SysAttachFile : BaseDAL_Flags_Sorter, ISysAttachFile { /// /// /// public override ConnectionConfig ConnectionConfig { get { return ConfigHelper.PostgreSqlConnectionConfig; } } } }