namespace PBS.Settings { /// /// /// public class Paras_PBS_DataBase_SQLite { /// /// 连接字符串 /// public string ConnectString { get; set; } } }