using Yw.DAL.PostgreSql; namespace HStation.DAL.PostgreSql { /// /// 阀门产品 /// public class AssetsValvePartMain : BaseDAL_Code_Sorter, IAssetsValvePartMain { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.PostgreSqlConnectionConfig; } } } }