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