using Yw.DAL.SQLite;
namespace HStation.DAL.SQLite
{
///
/// 阀门型号产品映射
///
public class AssetsValveMainAndPartMapping : BaseDAL, IAssetsValveMainAndPartMapping
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return Assets.ConfigHelper.SQLiteConnectionConfig; }
}
}
}