namespace ProductionLineMonitor.EntityFramework { public static class DBOptions { /// /// 数据库连接字符串 /// public static string? ConnectionString { get; set; } } }