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