using Yw.DAL.SQLite; namespace PBS.DAL.SQLite { /// /// 场所 /// public class Place :BaseDAL_Paras_Flags_TagName_Sorter_UseStatus ,IPlace { /// /// /// public override ConnectionConfig ConnectionConfig { get { return HStation.PBS.ConfigHelper.SQLiteConnectionConfig; } } } }