using Yw.DAL.SQLite;
namespace HStation.DAL.SQLite
{
///
/// 消火栓系列
///
public class AssetsHydrantSeries : BaseDAL_Paras_Flags_TagName_TreeSorter, IAssetsHydrantSeries
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return Assets.ConfigHelper.SQLiteConnectionConfig; }
}
}
}