using Yw.DAL.PostgreSql; namespace HStation.DAL.PostgreSql { /// /// 水池型号产品映射 /// public class AssetsTankMainAndPartMapping : BaseDAL, IAssetsTankMainAndPartMapping { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.PostgreSqlConnectionConfig; } } } }