using Yw.DAL.SQLite; namespace HStation.DAL.SQLite { /// /// 过渡件系列 /// public class AssetsTranslationSeries : BaseDAL_Paras_Flags_TagName_TreeSorter, IAssetsTranslationSeries { /// /// /// public override ConnectionConfig ConnectionConfig { get { return Assets.ConfigHelper.SQLiteConnectionConfig; } } } }