namespace BotSharp.Plugin.ExcelHandler.Settings; public class ExcelHandlerSettings { public string DbProvider { get; set; } = "mysql"; }