using Yw.DAL.SQLite; namespace PBS.DAL.SQLite { /// /// 模型模板组 /// public class ModelTemplateGroup : BaseDAL_Paras_Flags_TagName_TreeSorter_UseStatus, IModelTemplateGroup { /// /// /// public override ConnectionConfig ConnectionConfig { get { return HStation.PBS.ConfigHelper.SQLiteConnectionConfig; } } } }