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