using Yw.DAL.SQLite; namespace HStation.DAL.SQLite { /// /// 消火栓 /// public class AssetsHydrantMain : BaseDAL_Paras_Flags_TagName_Sorter, IAssetsHydrantMain { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.SQLiteConnectionConfig; } } } }