namespace Web.Core.Repository.sugar; public class BaseDBConfig { /// /// 数据库连接字符串 /// public static string ConnectionString { get; set; } }