namespace Admin.NET.Core.Service; /// /// 数据库 /// public class DatabaseOutput { /// /// 库定位器名 /// public string ConfigId { get; set; } /// /// 数据库类型 /// public SqlSugar.DbType DbType { get; set; } /// /// 数据库连接字符串 /// public string ConnectionString { get; set; } }