using System; namespace Tiobon.Core.Common.DB.Dapper.DBManager; public class DBConnectionAttribute : Attribute { public string DBName { get; set; } }